Html Css Color HEX #474874 Corn Flower Blue

📋 copy color: '#474874'

red 71 ◦ green 72 ◦ blue 116

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

Shades of Corn Flower Blue #474874

Tints of Corn Flower Blue #474874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 27.41%
G = 27.8%
B = 44.79%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474874 (or 0x474874) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 74. RGB value is (71,72,116). Sum of RGB (Red+Green+Blue) = 71+72+116=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #474874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474874 is #B8B78B. Grayscale: #4C4C4C. Windows color (decimal): -12105612 or 7620679. OLE color: 7620679.

HSL color Cylindrical-coordinate representation of color #474874: hue angle of 238.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474874 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 72 116 -
CMYK 0.39 0.38 0 0.55
HSL 238.67º 0.24% 0.37% -
HSV(B) 238.67º 0.39% 0.45% -
XYZ 8.07 7.24 17.49 -
YUV 76.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 71 72 116 0.39 0.38 0 0.55 238.67 0.24 0.37
Hex 47 48 74 27 26 0 37 EF 18 25
Octal 107 110 164 47 46 0 67 357 30 45
Binary 1000111 1001000 1110100 100111 100110 0 110111 11101111 11000 100101

Color Harmonies of #474874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474874

Black with #474874

Text Example


Text Example

White with #474874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474874; }

 p { color: rgb(71,72,116); }

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

background-color css

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

 a { background-color: rgb(71,72,116); }

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

border-color css

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

 span { border-color: rgb(71,72,116); }

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