#434670

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

Shades of Corn Flower Blue #434670

Tints of Corn Flower Blue #434670

Color information

#434670 (or 0x434670) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 46 and 70. RGB value is (67,70,112). Sum of RGB (Red+Green+Blue) = 67+70+112=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #434670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434670 is #BCB98F. Grayscale: #494949. Windows color (decimal): -12368272 or 7358019. OLE color: 7358019.

HSL color Cylindrical-coordinate representation of color #434670: hue angle of 236º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434670 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6770112-
CMYK0.400.3800.56
HSL236º25.14%35.1%-
HSV(B)236º40.18%43.92%-
XYZ7.436.7416.24-
YUV73.89149.51123.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=26.91%
G=28.11%
B=44.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67701120.400.3800.5623625.1435.1
Hex4346702826038ec1923
Octal10310616050460703543143
Binary10000111000110111000010100010011001110001110110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434670; }

 p { color: rgb(67,70,112); }

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

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

 a { background-color: rgb(67,70,112); }

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

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

 span { border-color: rgb(67,70,112); }

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