Html Css Color HEX #474A6C Corn Flower Blue

📋 copy color: '#474A6C'

red 71 ◦ green 74 ◦ blue 108

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

Shades of Corn Flower Blue #474A6C

Tints of Corn Flower Blue #474A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 28.06%
G = 29.25%
B = 42.69%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#474A6C (or 0x474A6C) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 6C. RGB value is (71,74,108). Sum of RGB (Red+Green+Blue) = 71+74+108=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #474A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A6C is #B8B593. Grayscale: #4C4C4C. Windows color (decimal): -12105108 or 7096903. OLE color: 7096903.

HSL color Cylindrical-coordinate representation of color #474A6C: hue angle of 235.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474A6C is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 74 108 -
CMYK 0.34 0.31 0 0.58
HSL 235.14º 0.21% 0.35% -
HSV(B) 235.14º 0.34% 0.42% -
XYZ 7.75 7.32 15.19 -
YUV 76.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 71 74 108 0.34 0.31 0 0.58 235.14 0.21 0.35
Hex 47 4A 6C 22 1F 0 3A EB 15 23
Octal 107 112 154 42 37 0 72 353 25 43
Binary 1000111 1001010 1101100 100010 11111 0 111010 11101011 10101 100011

Color Harmonies of #474A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A6C

Black with #474A6C

Text Example


Text Example

White with #474A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,108); }

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

background-color css

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

 a { background-color: rgb(71,74,108); }

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

border-color css

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

 span { border-color: rgb(71,74,108); }

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