Html Css Color HEX #474961 Corn Flower Blue

📋 copy color: '#474961'

red 71 ◦ green 73 ◦ blue 97

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

Shades of Corn Flower Blue #474961

Tints of Corn Flower Blue #474961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 29.46%
G = 30.29%
B = 40.25%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474961 (or 0x474961) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 61. RGB value is (71,73,97). Sum of RGB (Red+Green+Blue) = 71+73+97=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #474961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474961 is #B8B69E. Grayscale: #4B4B4B. Windows color (decimal): -12105375 or 6375751. OLE color: 6375751.

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

Color convert

RGB 71 73 97 -
CMYK 0.27 0.25 0 0.62
HSL 235.38º 0.15% 0.33% -
HSV(B) 235.38º 0.27% 0.38% -
XYZ 7.14 6.97 12.28 -
YUV 75.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 71 73 97 0.27 0.25 0 0.62 235.38 0.15 0.33
Hex 47 49 61 1B 19 0 3E EB F 21
Octal 107 111 141 33 31 0 76 353 17 41
Binary 1000111 1001001 1100001 11011 11001 0 111110 11101011 1111 100001

Color Harmonies of #474961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474961

Black with #474961

Text Example


Text Example

White with #474961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474961; }

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

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

background-color css

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

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

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

border-color css

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

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

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