Html Css Color HEX #484A62 Corn Flower Blue

📋 copy color: '#484A62'

red 72 ◦ green 74 ◦ blue 98

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

Shades of Corn Flower Blue #484A62

Tints of Corn Flower Blue #484A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 29.51%
G = 30.33%
B = 40.16%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484A62 (or 0x484A62) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 62. RGB value is (72,74,98). Sum of RGB (Red+Green+Blue) = 72+74+98=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #484A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A62 is #B7B59D. Grayscale: #4C4C4C. Windows color (decimal): -12039582 or 6441544. OLE color: 6441544.

HSL color Cylindrical-coordinate representation of color #484A62: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484A62 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 74 98 -
CMYK 0.27 0.24 0 0.62
HSL 235.38º 0.15% 0.33% -
HSV(B) 235.38º 0.27% 0.38% -
XYZ 7.33 7.16 12.55 -
YUV 76.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 72 74 98 0.27 0.24 0 0.62 235.38 0.15 0.33
Hex 48 4A 62 1B 18 0 3E EB F 21
Octal 110 112 142 33 30 0 76 353 17 41
Binary 1001000 1001010 1100010 11011 11000 0 111110 11101011 1111 100001

Color Harmonies of #484A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A62

Black with #484A62

Text Example


Text Example

White with #484A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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