#423F75

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

Shades of Corn Flower Blue #423F75

Tints of Corn Flower Blue #423F75

Color information

#423F75 (or 0x423F75) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 3F and 75. RGB value is (66,63,117). Sum of RGB (Red+Green+Blue) = 66+63+117=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #423F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F75 is #BDC08A. Grayscale: #454545. Windows color (decimal): -12435595 or 7683906. OLE color: 7683906.

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

Color convert

RGB6663117-
CMYK0.440.4600.54
HSL243.33º30%35.29%-
HSV(B)243.33º46.15%45.88%-
XYZ7.24617.61-
YUV70.05154.49125.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=26.83%
G=25.61%
B=47.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66631170.440.4600.54243.333035.29
Hex423F752C2E036f31e23
Octal1027716554560663633643
Binary1000010111111111010110110010111001101101111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F75; }

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

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

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

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

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

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

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

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