#434975

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

Shades of Corn Flower Blue #434975

Tints of Corn Flower Blue #434975

Color information

#434975 (or 0x434975) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 49 and 75. RGB value is (67,73,117). Sum of RGB (Red+Green+Blue) = 67+73+117=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #434975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434975 is #BCB68A. Grayscale: #4C4C4C. Windows color (decimal): -12367499 or 7686467. OLE color: 7686467.

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

Color convert

RGB6773117-
CMYK0.430.3800.54
HSL232.8º27.17%36.08%-
HSV(B)232.8º42.74%45.88%-
XYZ7.917.2417.81-
YUV76.22151.01121.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=26.07%
G=28.40%
B=45.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67731170.430.3800.54232.827.1736.08
Hex4349752B26036e91b24
Octal10311116553460663513344
Binary10000111001001111010110101110011001101101110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434975; }

 p { color: rgb(67,73,117); }

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

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

 a { background-color: rgb(67,73,117); }

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

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

 span { border-color: rgb(67,73,117); }

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