Html Css Color HEX #474B73 Corn Flower Blue

📋 copy color: '#474B73'

red 71 ◦ green 75 ◦ blue 115

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

Shades of Corn Flower Blue #474B73

Tints of Corn Flower Blue #474B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 27.2%
G = 28.74%
B = 44.06%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474B73 (or 0x474B73) is known color: Corn Flower Blue. HEX triplet: 47, 4B and 73. RGB value is (71,75,115). Sum of RGB (Red+Green+Blue) = 71+75+115=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #474B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B73 is #B8B48C. Grayscale: #4E4E4E. Windows color (decimal): -12104845 or 7555911. OLE color: 7555911.

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

Color convert

RGB 71 75 115 -
CMYK 0.38 0.35 0 0.55
HSL 234.55º 0.24% 0.36% -
HSV(B) 234.55º 0.38% 0.45% -
XYZ 8.21 7.61 17.26 -
YUV 78.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 71 75 115 0.38 0.35 0 0.55 234.55 0.24 0.36
Hex 47 4B 73 26 23 0 37 EB 18 24
Octal 107 113 163 46 43 0 67 353 30 44
Binary 1000111 1001011 1110011 100110 100011 0 110111 11101011 11000 100100

Color Harmonies of #474B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B73

Black with #474B73

Text Example


Text Example

White with #474B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474B73; }

 p { color: rgb(71,75,115); }

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

background-color css

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

 a { background-color: rgb(71,75,115); }

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

border-color css

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

 span { border-color: rgb(71,75,115); }

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