Html Css Color HEX #484A76 Corn Flower Blue

📋 copy color: '#484A76'

red 72 ◦ green 74 ◦ blue 118

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

Shades of Corn Flower Blue #484A76

Tints of Corn Flower Blue #484A76

RGB

 RED value IS 72 (28.52% from 255) = 27.27%

 GREEN value IS 74 (29.3% from 255) = 28.03%

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 27.27%
G = 28.03%
B = 44.7%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484A76 (or 0x484A76) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 76. RGB value is (72,74,118). Sum of RGB (Red+Green+Blue) = 72+74+118=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #484A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A76 is #B7B589. Grayscale: #4E4E4E. Windows color (decimal): -12039562 or 7752264. OLE color: 7752264.

HSL color Cylindrical-coordinate representation of color #484A76: hue angle of 237.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484A76 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 74 118 -
CMYK 0.39 0.37 0 0.54
HSL 237.39º 0.24% 0.37% -
HSV(B) 237.39º 0.39% 0.46% -
XYZ 8.39 7.58 18.16 -
YUV 78.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 72 74 118 0.39 0.37 0 0.54 237.39 0.24 0.37
Hex 48 4A 76 27 25 0 36 ED 18 25
Octal 110 112 166 47 45 0 66 355 30 45
Binary 1001000 1001010 1110110 100111 100101 0 110110 11101101 11000 100101

Color Harmonies of #484A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A76

Black with #484A76

Text Example


Text Example

White with #484A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A76; }

 p { color: rgb(72,74,118); }

 H1.HeaderClassName
 {
   color: #484A76;
 }
 .AnyTagClassName
 {
   color: #484A76;
 }
</style>

background-color css

<style>
 a { background-color: #484A76; }

 a { background-color: rgb(72,74,118); }

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

border-color css

<style>
 span { border-color: #484A76; }

 span { border-color: rgb(72,74,118); }

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