Html Css Color HEX #474DC1 Free Speech Blue

📋 copy color: '#474DC1'

red 71 ◦ green 77 ◦ blue 193

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

Shades of Free Speech Blue #474DC1

Tints of Free Speech Blue #474DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 193 (75.78% from 255) = 56.6%

R = 20.82%
G = 22.58%
B = 56.6%

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

#474DC1 (or 0x474DC1) is known color: Free Speech Blue. HEX triplet: 47, 4D and C1. RGB value is (71,77,193). Sum of RGB (Red+Green+Blue) = 71+77+193=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #474DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DC1 is #B8B23E. Grayscale: #575757. Windows color (decimal): -12104255 or 12668231. OLE color: 12668231.

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

Color convert

RGB 71 77 193 -
CMYK 0.63 0.60 0 0.24
HSL 237.05º 0.5% 0.52% -
HSV(B) 237.05º 0.63% 0.76% -
XYZ 14.88 10.5 51.69 -
YUV 88.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 71 77 193 0.63 0.60 0 0.24 237.05 0.5 0.52
Hex 47 4D C1 3F 3C 0 18 ED 32 34
Octal 107 115 301 77 74 0 30 355 62 64
Binary 1000111 1001101 11000001 111111 111100 0 11000 11101101 110010 110100

Color Harmonies of #474DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DC1

Black with #474DC1

Text Example


Text Example

White with #474DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,193); }

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

background-color css

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

 a { background-color: rgb(71,77,193); }

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

border-color css

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

 span { border-color: rgb(71,77,193); }

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