Html Css Color HEX #474DD5 Free Speech Blue

📋 copy color: '#474DD5'

red 71 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Blue #474DD5

Tints of Free Speech Blue #474DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59%

R = 19.67%
G = 21.33%
B = 59%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#474DD5 (or 0x474DD5) is known color: Free Speech Blue. HEX triplet: 47, 4D and D5. RGB value is (71,77,213). Sum of RGB (Red+Green+Blue) = 71+77+213=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #474DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD5 is #B8B22A. Grayscale: #5A5A5A. Windows color (decimal): -12104235 or 13978951. OLE color: 13978951.

HSL color Cylindrical-coordinate representation of color #474DD5: hue angle of 237.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474DD5 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 77 213 -
CMYK 0.67 0.64 0 0.16
HSL 237.46º 0.63% 0.56% -
HSV(B) 237.46º 0.67% 0.84% -
XYZ 17.26 11.45 64.25 -
YUV 90.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 71 77 213 0.67 0.64 0 0.16 237.46 0.63 0.56
Hex 47 4D D5 43 40 0 10 ED 3F 38
Octal 107 115 325 103 100 0 20 355 77 70
Binary 1000111 1001101 11010101 1000011 1000000 0 10000 11101101 111111 111000

Color Harmonies of #474DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DD5

Black with #474DD5

Text Example


Text Example

White with #474DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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