Html Css Color HEX #474175 Corn Flower Blue

📋 copy color: '#474175'

red 71 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #474175

Tints of Corn Flower Blue #474175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 28.06%
G = 25.69%
B = 46.25%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474175 (or 0x474175) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 75. RGB value is (71,65,117). Sum of RGB (Red+Green+Blue) = 71+65+117=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #474175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474175 is #B8BE8A. Grayscale: #484848. Windows color (decimal): -12107403 or 7684423. OLE color: 7684423.

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

Color convert

RGB 71 65 117 -
CMYK 0.39 0.44 0 0.54
HSL 246.92º 0.29% 0.36% -
HSV(B) 246.92º 0.44% 0.46% -
XYZ 7.7 6.4 17.66 -
YUV 72.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 71 65 117 0.39 0.44 0 0.54 246.92 0.29 0.36
Hex 47 41 75 27 2C 0 36 F7 1D 24
Octal 107 101 165 47 54 0 66 367 35 44
Binary 1000111 1000001 1110101 100111 101100 0 110110 11110111 11101 100100

Color Harmonies of #474175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474175

Black with #474175

Text Example


Text Example

White with #474175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474175; }

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

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

background-color css

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

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

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

border-color css

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

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

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