#434076

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

Shades of Corn Flower Blue #434076

Tints of Corn Flower Blue #434076

Color information

#434076 (or 0x434076) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 76. RGB value is (67,64,118). Sum of RGB (Red+Green+Blue) = 67+64+118=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #434076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434076 is #BCBF89. Grayscale: #464646. Windows color (decimal): -12369802 or 7749699. OLE color: 7749699.

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

Color convert

RGB6764118-
CMYK0.430.4600.54
HSL243.33º29.67%35.69%-
HSV(B)243.33º45.76%46.27%-
XYZ7.426.1717.94-
YUV71.05154.49125.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=26.91%
G=25.70%
B=47.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67641180.430.4600.54243.3329.6735.69
Hex4340762B2E036f31e24
Octal10310016653560663633644
Binary10000111000000111011010101110111001101101111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434076; }

 p { color: rgb(67,64,118); }

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

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

 a { background-color: rgb(67,64,118); }

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

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

 span { border-color: rgb(67,64,118); }

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