Html Css Color HEX #484A72 Corn Flower Blue

📋 copy color: '#484A72'

red 72 ◦ green 74 ◦ blue 114

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

Shades of Corn Flower Blue #484A72

Tints of Corn Flower Blue #484A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 27.69%
G = 28.46%
B = 43.85%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484A72 (or 0x484A72) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 72. RGB value is (72,74,114). Sum of RGB (Red+Green+Blue) = 72+74+114=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #484A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A72 is #B7B58D. Grayscale: #4D4D4D. Windows color (decimal): -12039566 or 7490120. OLE color: 7490120.

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

Color convert

RGB 72 74 114 -
CMYK 0.37 0.35 0 0.55
HSL 237.14º 0.23% 0.36% -
HSV(B) 237.14º 0.37% 0.45% -
XYZ 8.16 7.49 16.94 -
YUV 77.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 72 74 114 0.37 0.35 0 0.55 237.14 0.23 0.36
Hex 48 4A 72 25 23 0 37 ED 17 24
Octal 110 112 162 45 43 0 67 355 27 44
Binary 1001000 1001010 1110010 100101 100011 0 110111 11101101 10111 100100

Color Harmonies of #484A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A72

Black with #484A72

Text Example


Text Example

White with #484A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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