Html Css Color HEX #474EC6 Free Speech Blue

📋 copy color: '#474EC6'

red 71 ◦ green 78 ◦ blue 198

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

Shades of Free Speech Blue #474EC6

Tints of Free Speech Blue #474EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 198 (77.73% from 255) = 57.06%

R = 20.46%
G = 22.48%
B = 57.06%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#474EC6 (or 0x474EC6) is known color: Free Speech Blue. HEX triplet: 47, 4E and C6. RGB value is (71,78,198). Sum of RGB (Red+Green+Blue) = 71+78+198=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #474EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC6 is #B8B139. Grayscale: #595959. Windows color (decimal): -12103994 or 12996167. OLE color: 12996167.

HSL color Cylindrical-coordinate representation of color #474EC6: hue angle of 236.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474EC6 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 78 198 -
CMYK 0.64 0.61 0 0.22
HSL 236.69º 0.53% 0.53% -
HSV(B) 236.69º 0.64% 0.78% -
XYZ 15.52 10.87 54.71 -
YUV 89.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 71 78 198 0.64 0.61 0 0.22 236.69 0.53 0.53
Hex 47 4E C6 40 3D 0 16 ED 35 35
Octal 107 116 306 100 75 0 26 355 65 65
Binary 1000111 1001110 11000110 1000000 111101 0 10110 11101101 110101 110101

Color Harmonies of #474EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EC6

Black with #474EC6

Text Example


Text Example

White with #474EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,198); }

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

background-color css

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

 a { background-color: rgb(71,78,198); }

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

border-color css

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

 span { border-color: rgb(71,78,198); }

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