#474867

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

Shades of Corn Flower Blue #474867

Tints of Corn Flower Blue #474867

Color information

#474867 (or 0x474867) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 67. RGB value is (71,72,103). Sum of RGB (Red+Green+Blue) = 71+72+103=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #474867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474867 is #B8B798. Grayscale: #4B4B4B. Windows color (decimal): -12105625 or 6768711. OLE color: 6768711.

HSL color Cylindrical-coordinate representation of color #474867: hue angle of 238.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474867 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7172103-
CMYK0.310.3000.60
HSL238.12º18.39%34.12%-
HSV(B)238.12º31.07%40.39%-
XYZ7.366.9513.79-
YUV75.24143.67124.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=28.86%
G=29.27%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71721030.310.3000.60238.1218.3934.12
Hex4748671F1E03Cee1222
Octal10711014737360743562242
Binary100011110010001100111111111111001111001110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474867; }

 p { color: rgb(71,72,103); }

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

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

 a { background-color: rgb(71,72,103); }

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

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

 span { border-color: rgb(71,72,103); }

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