Html Css Color HEX #484269 Corn Flower Blue

📋 copy color: '#484269'

red 72 ◦ green 66 ◦ blue 105

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

Shades of Corn Flower Blue #484269

Tints of Corn Flower Blue #484269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 29.63%
G = 27.16%
B = 43.21%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484269 (or 0x484269) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 69. RGB value is (72,66,105). Sum of RGB (Red+Green+Blue) = 72+66+105=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #484269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484269 is #B7BD96. Grayscale: #484848. Windows color (decimal): -12041623 or 6898248. OLE color: 6898248.

HSL color Cylindrical-coordinate representation of color #484269: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484269 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 66 105 -
CMYK 0.31 0.37 0 0.59
HSL 249.23º 0.23% 0.34% -
HSV(B) 249.23º 0.37% 0.41% -
XYZ 7.17 6.29 14.2 -
YUV 72.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 72 66 105 0.31 0.37 0 0.59 249.23 0.23 0.34
Hex 48 42 69 1F 25 0 3B F9 17 22
Octal 110 102 151 37 45 0 73 371 27 42
Binary 1001000 1000010 1101001 11111 100101 0 111011 11111001 10111 100010

Color Harmonies of #484269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484269

Black with #484269

Text Example


Text Example

White with #484269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484269; }

 p { color: rgb(72,66,105); }

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

background-color css

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

 a { background-color: rgb(72,66,105); }

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

border-color css

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

 span { border-color: rgb(72,66,105); }

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