Html Css Color HEX #474EC9 Free Speech Blue

📋 copy color: '#474EC9'

red 71 ◦ green 78 ◦ blue 201

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

Shades of Free Speech Blue #474EC9

Tints of Free Speech Blue #474EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.43%

R = 20.29%
G = 22.29%
B = 57.43%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#474EC9 (or 0x474EC9) is known color: Free Speech Blue. HEX triplet: 47, 4E and C9. RGB value is (71,78,201). Sum of RGB (Red+Green+Blue) = 71+78+201=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #474EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC9 is #B8B136. Grayscale: #595959. Windows color (decimal): -12103991 or 13192775. OLE color: 13192775.

HSL color Cylindrical-coordinate representation of color #474EC9: hue angle of 236.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474EC9 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 78 201 -
CMYK 0.65 0.61 0 0.21
HSL 236.77º 0.55% 0.53% -
HSV(B) 236.77º 0.65% 0.79% -
XYZ 15.87 11.01 56.55 -
YUV 89.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 71 78 201 0.65 0.61 0 0.21 236.77 0.55 0.53
Hex 47 4E C9 41 3D 0 15 ED 37 35
Octal 107 116 311 101 75 0 25 355 67 65
Binary 1000111 1001110 11001001 1000001 111101 0 10101 11101101 110111 110101

Color Harmonies of #474EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EC9

Black with #474EC9

Text Example


Text Example

White with #474EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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