Html Css Color HEX #484A66 Corn Flower Blue

📋 copy color: '#484A66'

red 72 ◦ green 74 ◦ blue 102

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

Shades of Corn Flower Blue #484A66

Tints of Corn Flower Blue #484A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 29.03%
G = 29.84%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#484A66 (or 0x484A66) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 66. RGB value is (72,74,102). Sum of RGB (Red+Green+Blue) = 72+74+102=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #484A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A66 is #B7B599. Grayscale: #4C4C4C. Windows color (decimal): -12039578 or 6703688. OLE color: 6703688.

HSL color Cylindrical-coordinate representation of color #484A66: hue angle of 236º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484A66 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 74 102 -
CMYK 0.29 0.27 0 0.6
HSL 236º 0.17% 0.34% -
HSV(B) 236º 0.29% 0.4% -
XYZ 7.52 7.23 13.57 -
YUV 76.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 72 74 102 0.29 0.27 0 0.6 236 0.17 0.34
Hex 48 4A 66 1D 1B 0 3C EC 11 22
Octal 110 112 146 35 33 0 74 354 21 42
Binary 1001000 1001010 1100110 11101 11011 0 111100 11101100 10001 100010

Color Harmonies of #484A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A66

Black with #484A66

Text Example


Text Example

White with #484A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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