Html Css Color HEX #474EC2 Free Speech Blue

📋 copy color: '#474EC2'

red 71 ◦ green 78 ◦ blue 194

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

Shades of Free Speech Blue #474EC2

Tints of Free Speech Blue #474EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.56%

R = 20.7%
G = 22.74%
B = 56.56%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#474EC2 (or 0x474EC2) is known color: Free Speech Blue. HEX triplet: 47, 4E and C2. RGB value is (71,78,194). Sum of RGB (Red+Green+Blue) = 71+78+194=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #474EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC2 is #B8B13D. Grayscale: #585858. Windows color (decimal): -12103998 or 12734023. OLE color: 12734023.

HSL color Cylindrical-coordinate representation of color #474EC2: hue angle of 236.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474EC2 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 78 194 -
CMYK 0.63 0.60 0 0.24
HSL 236.59º 0.5% 0.52% -
HSV(B) 236.59º 0.63% 0.76% -
XYZ 15.06 10.68 52.31 -
YUV 89.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 71 78 194 0.63 0.60 0 0.24 236.59 0.5 0.52
Hex 47 4E C2 3F 3C 0 18 ED 32 34
Octal 107 116 302 77 74 0 30 355 62 64
Binary 1000111 1001110 11000010 111111 111100 0 11000 11101101 110010 110100

Color Harmonies of #474EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EC2

Black with #474EC2

Text Example


Text Example

White with #474EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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