Html Css Color HEX #4B3FAB Blue Gem

📋 copy color: '#4B3FAB'

red 75 ◦ green 63 ◦ blue 171

#4B3FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4B3FAB

Tints of Blue Gem #4B3FAB

RGB

 RED value IS 75 (29.69% from 255) = 24.27%

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 24.27%
G = 20.39%
B = 55.34%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4B3FAB (or 0x4B3FAB) is known color: Blue Gem. HEX triplet: 4B, 3F and AB. RGB value is (75,63,171). Sum of RGB (Red+Green+Blue) = 75+63+171=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3FAB is #B4C054. Grayscale: #4E4E4E. Windows color (decimal): -11845717 or 11222859. OLE color: 11222859.

HSL color Cylindrical-coordinate representation of color #4B3FAB: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B3FAB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 63 171 -
CMYK 0.56 0.63 0 0.33
HSL 246.67º 0.46% 0.46% -
HSV(B) 246.67º 0.63% 0.67% -
XYZ 12.03 7.99 39.44 -
YUV 78.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 75 63 171 0.56 0.63 0 0.33 246.67 0.46 0.46
Hex 4B 3F AB 38 3F 0 21 F7 2E 2E
Octal 113 77 253 70 77 0 41 367 56 56
Binary 1001011 111111 10101011 111000 111111 0 100001 11110111 101110 101110

Color Harmonies of #4B3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3FAB

Black with #4B3FAB

Text Example


Text Example

White with #4B3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3FAB; }

 p { color: rgb(75,63,171); }

 H1.HeaderClassName
 {
   color: #4B3FAB;
 }
 .AnyTagClassName
 {
   color: #4B3FAB;
 }
</style>

background-color css

<style>
 a { background-color: #4B3FAB; }

 a { background-color: rgb(75,63,171); }

 div.DivClassName
 {
   background-color: #4B3FAB;
 }
 .BgClassName
 {
   background-color: #4B3FAB;
 }
</style>

border-color css

<style>
 span { border-color: #4B3FAB; }

 span { border-color: rgb(75,63,171); }

 td.TdClassName
 {
   border-color: #4B3FAB;
 }
 .TagClassName
 {
   border-color: #4B3FAB;
 }
</style>