Html Css Color HEX #474764 Corn Flower Blue

📋 copy color: '#474764'

red 71 ◦ green 71 ◦ blue 100

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

Shades of Corn Flower Blue #474764

Tints of Corn Flower Blue #474764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 29.34%
G = 29.34%
B = 41.32%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474764 (or 0x474764) is known color: Corn Flower Blue. HEX triplet: 47, 47 and 64. RGB value is (71,71,100). Sum of RGB (Red+Green+Blue) = 71+71+100=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 100 - color contains mainly: blue. Hex color #474764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474764 is #B8B89B. Grayscale: #4A4A4A. Windows color (decimal): -12105884 or 6571847. OLE color: 6571847.

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

Color convert

RGB 71 71 100 -
CMYK 0.29 0.29 0 0.61
HSL 240º 0.17% 0.34% -
HSV(B) 240º 0.29% 0.39% -
XYZ 7.15 6.77 12.99 -
YUV 74.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 71 71 100 0.29 0.29 0 0.61 240 0.17 0.34
Hex 47 47 64 1D 1D 0 3D F0 11 22
Octal 107 107 144 35 35 0 75 360 21 42
Binary 1000111 1000111 1100100 11101 11101 0 111101 11110000 10001 100010

Color Harmonies of #474764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474764

Black with #474764

Text Example


Text Example

White with #474764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474764; }

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

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

background-color css

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

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

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

border-color css

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

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

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