#424175

Color #424175 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #424175

Tints of Corn Flower Blue #424175

Color information

#424175 (or 0x424175) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 41 and 75. RGB value is (66,65,117). Sum of RGB (Red+Green+Blue) = 66+65+117=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #424175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424175 is #BDBE8A. Grayscale: #474747. Windows color (decimal): -12435083 or 7684418. OLE color: 7684418.

HSL color Cylindrical-coordinate representation of color #424175: hue angle of 241.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424175 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6665117-
CMYK0.440.4400.54
HSL241.15º28.57%35.69%-
HSV(B)241.15º44.44%45.88%-
XYZ7.356.2217.64-
YUV71.23153.83124.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=26.61%
G=26.21%
B=47.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66651170.440.4400.54241.1528.5735.69
Hex4241752C2C036f11d24
Octal10210116554540663613544
Binary10000101000001111010110110010110001101101111000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424175; }

 p { color: rgb(66,65,117); }

 H1.HeaderClassName
 {
   color: #424175;
 }
 .AnyTagClassName
 {
   color: #424175;
 }
</style>
background-color css

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

 a { background-color: rgb(66,65,117); }

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

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

 span { border-color: rgb(66,65,117); }

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