Html Css Color HEX #474575 Corn Flower Blue

📋 copy color: '#474575'

red 71 ◦ green 69 ◦ blue 117

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

Shades of Corn Flower Blue #474575

Tints of Corn Flower Blue #474575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 27.63%
G = 26.85%
B = 45.53%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474575 (or 0x474575) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 75. RGB value is (71,69,117). Sum of RGB (Red+Green+Blue) = 71+69+117=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 69 (27.34% from 255 or 26.85% 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 #474575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474575 is #B8BA8A. Grayscale: #4A4A4A. Windows color (decimal): -12106379 or 7685447. OLE color: 7685447.

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

Color convert

RGB 71 69 117 -
CMYK 0.39 0.41 0 0.54
HSL 242.5º 0.26% 0.36% -
HSV(B) 242.5º 0.41% 0.46% -
XYZ 7.94 6.88 17.74 -
YUV 75.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 71 69 117 0.39 0.41 0 0.54 242.5 0.26 0.36
Hex 47 45 75 27 29 0 36 F2 1A 24
Octal 107 105 165 47 51 0 66 362 32 44
Binary 1000111 1000101 1110101 100111 101001 0 110110 11110010 11010 100100

Color Harmonies of #474575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474575

Black with #474575

Text Example


Text Example

White with #474575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474575; }

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

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

background-color css

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

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

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

border-color css

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

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

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