Html Css Color HEX #474564 Corn Flower Blue

📋 copy color: '#474564'

red 71 ◦ green 69 ◦ blue 100

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

Shades of Corn Flower Blue #474564

Tints of Corn Flower Blue #474564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 100 (39.45% from 255) = 41.67%

R = 29.58%
G = 28.75%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474564 (or 0x474564) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 64. RGB value is (71,69,100). Sum of RGB (Red+Green+Blue) = 71+69+100=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #474564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474564 is #B8BA9B. Grayscale: #494949. Windows color (decimal): -12106396 or 6571335. OLE color: 6571335.

HSL color Cylindrical-coordinate representation of color #474564: hue angle of 243.87º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474564 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 69 100 -
CMYK 0.29 0.31 0 0.61
HSL 243.87º 0.18% 0.33% -
HSV(B) 243.87º 0.31% 0.39% -
XYZ 7.03 6.52 12.94 -
YUV 73.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 71 69 100 0.29 0.31 0 0.61 243.87 0.18 0.33
Hex 47 45 64 1D 1F 0 3D F4 12 21
Octal 107 105 144 35 37 0 75 364 22 41
Binary 1000111 1000101 1100100 11101 11111 0 111101 11110100 10010 100001

Color Harmonies of #474564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474564

Black with #474564

Text Example


Text Example

White with #474564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474564; }

 p { color: rgb(71,69,100); }

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

background-color css

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

 a { background-color: rgb(71,69,100); }

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

border-color css

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

 span { border-color: rgb(71,69,100); }

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