Html Css Color HEX #474868 Corn Flower Blue

📋 copy color: '#474868'

red 71 ◦ green 72 ◦ blue 104

#474868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #474868

Tints of Corn Flower Blue #474868

RGB

 RED value IS 71 (28.13% from 255) = 28.74%

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 28.74%
G = 29.15%
B = 42.11%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474868 (or 0x474868) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 68. RGB value is (71,72,104). Sum of RGB (Red+Green+Blue) = 71+72+104=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #474868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474868 is #B8B797. Grayscale: #4B4B4B. Windows color (decimal): -12105624 or 6834247. OLE color: 6834247.

HSL color Cylindrical-coordinate representation of color #474868: hue angle of 238.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474868 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 72 104 -
CMYK 0.32 0.31 0 0.59
HSL 238.18º 0.19% 0.34% -
HSV(B) 238.18º 0.32% 0.41% -
XYZ 7.41 6.97 14.05 -
YUV 75.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 71 72 104 0.32 0.31 0 0.59 238.18 0.19 0.34
Hex 47 48 68 20 1F 0 3B EE 13 22
Octal 107 110 150 40 37 0 73 356 23 42
Binary 1000111 1001000 1101000 100000 11111 0 111011 11101110 10011 100010

Color Harmonies of #474868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474868

Black with #474868

Text Example


Text Example

White with #474868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474868; }

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

 H1.HeaderClassName
 {
   color: #474868;
 }
 .AnyTagClassName
 {
   color: #474868;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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