Html Css Color HEX #4F37AA Blue Gem

📋 copy color: '#4F37AA'

red 79 ◦ green 55 ◦ blue 170

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

Shades of Blue Gem #4F37AA

Tints of Blue Gem #4F37AA

RGB

 RED value IS 79 (31.25% from 255) = 25.99%

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 25.99%
G = 18.09%
B = 55.92%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F37AA (or 0x4F37AA) is known color: Blue Gem. HEX triplet: 4F, 37 and AA. RGB value is (79,55,170). Sum of RGB (Red+Green+Blue) = 79+55+170=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F37AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F37AA is #B0C855. Grayscale: #4A4A4A. Windows color (decimal): -11585622 or 11155279. OLE color: 11155279.

HSL color Cylindrical-coordinate representation of color #4F37AA: hue angle of 252.52º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F37AA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 55 170 -
CMYK 0.54 0.68 0 0.33
HSL 252.52º 0.51% 0.44% -
HSV(B) 252.52º 0.68% 0.67% -
XYZ 11.85 7.3 38.81 -
YUV 75.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 79 55 170 0.54 0.68 0 0.33 252.52 0.51 0.44
Hex 4F 37 AA 36 44 0 21 FD 33 2C
Octal 117 67 252 66 104 0 41 375 63 54
Binary 1001111 110111 10101010 110110 1000100 0 100001 11111101 110011 101100

Color Harmonies of #4F37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F37AA

Black with #4F37AA

Text Example


Text Example

White with #4F37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,55,170); }

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

background-color css

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

 a { background-color: rgb(79,55,170); }

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

border-color css

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

 span { border-color: rgb(79,55,170); }

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