Html Css Color HEX #474BC0 Free Speech Blue

📋 copy color: '#474BC0'

red 71 ◦ green 75 ◦ blue 192

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

Shades of Free Speech Blue #474BC0

Tints of Free Speech Blue #474BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

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

R = 21.01%
G = 22.19%
B = 56.8%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474BC0 (or 0x474BC0) is known color: Free Speech Blue. HEX triplet: 47, 4B and C0. RGB value is (71,75,192). Sum of RGB (Red+Green+Blue) = 71+75+192=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #474BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BC0 is #B8B43F. Grayscale: #565656. Windows color (decimal): -12104768 or 12602183. OLE color: 12602183.

HSL color Cylindrical-coordinate representation of color #474BC0: hue angle of 238.02º 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 #474BC0 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 75 192 -
CMYK 0.63 0.61 0 0.25
HSL 238.02º 0.49% 0.52% -
HSV(B) 238.02º 0.63% 0.75% -
XYZ 14.63 10.18 51.06 -
YUV 87.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 71 75 192 0.63 0.61 0 0.25 238.02 0.49 0.52
Hex 47 4B C0 3F 3D 0 19 EE 31 34
Octal 107 113 300 77 75 0 31 356 61 64
Binary 1000111 1001011 11000000 111111 111101 0 11001 11101110 110001 110100

Color Harmonies of #474BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BC0

Black with #474BC0

Text Example


Text Example

White with #474BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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