Html Css Color HEX #474075 Corn Flower Blue

📋 copy color: '#474075'

red 71 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #474075

Tints of Corn Flower Blue #474075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 28.17%
G = 25.4%
B = 46.43%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474075 (or 0x474075) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 75. RGB value is (71,64,117). Sum of RGB (Red+Green+Blue) = 71+64+117=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #474075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474075 is #B8BF8A. Grayscale: #474747. Windows color (decimal): -12107659 or 7684167. OLE color: 7684167.

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

Color convert

RGB 71 64 117 -
CMYK 0.39 0.45 0 0.54
HSL 247.92º 0.29% 0.35% -
HSV(B) 247.92º 0.45% 0.46% -
XYZ 7.64 6.29 17.64 -
YUV 72.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 71 64 117 0.39 0.45 0 0.54 247.92 0.29 0.35
Hex 47 40 75 27 2D 0 36 F8 1D 23
Octal 107 100 165 47 55 0 66 370 35 43
Binary 1000111 1000000 1110101 100111 101101 0 110110 11111000 11101 100011

Color Harmonies of #474075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474075

Black with #474075

Text Example


Text Example

White with #474075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474075; }

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

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

background-color css

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

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

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

border-color css

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

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

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