Html Css Color HEX #474375 Corn Flower Blue

📋 copy color: '#474375'

red 71 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #474375

Tints of Corn Flower Blue #474375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 27.84%
G = 26.27%
B = 45.88%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474375 (or 0x474375) is known color: Corn Flower Blue. HEX triplet: 47, 43 and 75. RGB value is (71,67,117). Sum of RGB (Red+Green+Blue) = 71+67+117=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #474375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474375 is #B8BC8A. Grayscale: #494949. Windows color (decimal): -12106891 or 7684935. OLE color: 7684935.

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

Color convert

RGB 71 67 117 -
CMYK 0.39 0.43 0 0.54
HSL 244.8º 0.27% 0.36% -
HSV(B) 244.8º 0.43% 0.46% -
XYZ 7.82 6.64 17.7 -
YUV 73.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 71 67 117 0.39 0.43 0 0.54 244.8 0.27 0.36
Hex 47 43 75 27 2B 0 36 F5 1B 24
Octal 107 103 165 47 53 0 66 365 33 44
Binary 1000111 1000011 1110101 100111 101011 0 110110 11110101 11011 100100

Color Harmonies of #474375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474375

Black with #474375

Text Example


Text Example

White with #474375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474375; }

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

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

background-color css

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

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

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

border-color css

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

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

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