Html Css Color HEX #484A74 Corn Flower Blue

📋 copy color: '#484A74'

red 72 ◦ green 74 ◦ blue 116

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

Shades of Corn Flower Blue #484A74

Tints of Corn Flower Blue #484A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 27.48%
G = 28.24%
B = 44.27%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484A74 (or 0x484A74) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 74. RGB value is (72,74,116). Sum of RGB (Red+Green+Blue) = 72+74+116=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #484A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A74 is #B7B58B. Grayscale: #4E4E4E. Windows color (decimal): -12039564 or 7621192. OLE color: 7621192.

HSL color Cylindrical-coordinate representation of color #484A74: hue angle of 237.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484A74 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 74 116 -
CMYK 0.38 0.36 0 0.55
HSL 237.27º 0.23% 0.37% -
HSV(B) 237.27º 0.38% 0.45% -
XYZ 8.27 7.54 17.54 -
YUV 78.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 72 74 116 0.38 0.36 0 0.55 237.27 0.23 0.37
Hex 48 4A 74 26 24 0 37 ED 17 25
Octal 110 112 164 46 44 0 67 355 27 45
Binary 1001000 1001010 1110100 100110 100100 0 110111 11101101 10111 100101

Color Harmonies of #484A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A74

Black with #484A74

Text Example


Text Example

White with #484A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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