Html Css Color HEX #474EC0 Free Speech Blue

📋 copy color: '#474EC0'

red 71 ◦ green 78 ◦ blue 192

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

Shades of Free Speech Blue #474EC0

Tints of Free Speech Blue #474EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.3%

R = 20.82%
G = 22.87%
B = 56.3%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474EC0 (or 0x474EC0) is known color: Free Speech Blue. HEX triplet: 47, 4E and C0. RGB value is (71,78,192). Sum of RGB (Red+Green+Blue) = 71+78+192=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #474EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC0 is #B8B13F. Grayscale: #585858. Windows color (decimal): -12104000 or 12602951. OLE color: 12602951.

HSL color Cylindrical-coordinate representation of color #474EC0: hue angle of 236.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474EC0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 78 192 -
CMYK 0.63 0.59 0 0.25
HSL 236.53º 0.49% 0.52% -
HSV(B) 236.53º 0.63% 0.75% -
XYZ 14.84 10.59 51.13 -
YUV 88.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 71 78 192 0.63 0.59 0 0.25 236.53 0.49 0.52
Hex 47 4E C0 3F 3B 0 19 ED 31 34
Octal 107 116 300 77 73 0 31 355 61 64
Binary 1000111 1001110 11000000 111111 111011 0 11001 11101101 110001 110100

Color Harmonies of #474EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EC0

Black with #474EC0

Text Example


Text Example

White with #474EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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