Html Css Color HEX #474275 Corn Flower Blue

📋 copy color: '#474275'

red 71 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #474275

Tints of Corn Flower Blue #474275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 27.95%
G = 25.98%
B = 46.06%

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

#474275 (or 0x474275) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 75. RGB value is (71,66,117). Sum of RGB (Red+Green+Blue) = 71+66+117=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #474275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474275 is #B8BD8A. Grayscale: #494949. Windows color (decimal): -12107147 or 7684679. OLE color: 7684679.

HSL color Cylindrical-coordinate representation of color #474275: hue angle of 245.88º degrees, saturation: 0.28, 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 #474275 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 66 117 -
CMYK 0.39 0.44 0 0.54
HSL 245.88º 0.28% 0.36% -
HSV(B) 245.88º 0.44% 0.46% -
XYZ 7.76 6.52 17.68 -
YUV 73.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 71 66 117 0.39 0.44 0 0.54 245.88 0.28 0.36
Hex 47 42 75 27 2C 0 36 F6 1C 24
Octal 107 102 165 47 54 0 66 366 34 44
Binary 1000111 1000010 1110101 100111 101100 0 110110 11110110 11100 100100

Color Harmonies of #474275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474275

Black with #474275

Text Example


Text Example

White with #474275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474275; }

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

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

background-color css

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

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

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

border-color css

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

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

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