Html Css Color HEX #474962 Corn Flower Blue

📋 copy color: '#474962'

red 71 ◦ green 73 ◦ blue 98

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

Shades of Corn Flower Blue #474962

Tints of Corn Flower Blue #474962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 29.34%
G = 30.17%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474962 (or 0x474962) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 62. RGB value is (71,73,98). Sum of RGB (Red+Green+Blue) = 71+73+98=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #474962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474962 is #B8B69D. Grayscale: #4B4B4B. Windows color (decimal): -12105374 or 6441287. OLE color: 6441287.

HSL color Cylindrical-coordinate representation of color #474962: hue angle of 235.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474962 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 73 98 -
CMYK 0.28 0.26 0 0.62
HSL 235.56º 0.16% 0.33% -
HSV(B) 235.56º 0.28% 0.38% -
XYZ 7.19 6.99 12.53 -
YUV 75.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 71 73 98 0.28 0.26 0 0.62 235.56 0.16 0.33
Hex 47 49 62 1C 1A 0 3E EC 10 21
Octal 107 111 142 34 32 0 76 354 20 41
Binary 1000111 1001001 1100010 11100 11010 0 111110 11101100 10000 100001

Color Harmonies of #474962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474962

Black with #474962

Text Example


Text Example

White with #474962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474962; }

 p { color: rgb(71,73,98); }

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

background-color css

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

 a { background-color: rgb(71,73,98); }

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

border-color css

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

 span { border-color: rgb(71,73,98); }

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