Html Css Color HEX #474675 Corn Flower Blue

📋 copy color: '#474675'

red 71 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #474675

Tints of Corn Flower Blue #474675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

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

R = 27.52%
G = 27.13%
B = 45.35%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474675 (or 0x474675) is known color: Corn Flower Blue. HEX triplet: 47, 46 and 75. RGB value is (71,70,117). Sum of RGB (Red+Green+Blue) = 71+70+117=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #474675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474675 is #B8B98A. Grayscale: #4B4B4B. Windows color (decimal): -12106123 or 7685703. OLE color: 7685703.

HSL color Cylindrical-coordinate representation of color #474675: hue angle of 241.28º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474675 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 70 117 -
CMYK 0.39 0.40 0 0.54
HSL 241.28º 0.25% 0.37% -
HSV(B) 241.28º 0.4% 0.46% -
XYZ 8 7 17.76 -
YUV 75.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 71 70 117 0.39 0.40 0 0.54 241.28 0.25 0.37
Hex 47 46 75 27 28 0 36 F1 19 25
Octal 107 106 165 47 50 0 66 361 31 45
Binary 1000111 1000110 1110101 100111 101000 0 110110 11110001 11001 100101

Color Harmonies of #474675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474675

Black with #474675

Text Example


Text Example

White with #474675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474675; }

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

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

background-color css

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

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

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

border-color css

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

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

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