Html Css Color HEX #475DB5 Free Speech Blue

📋 copy color: '#475DB5'

red 71 ◦ green 93 ◦ blue 181

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

Shades of Free Speech Blue #475DB5

Tints of Free Speech Blue #475DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

 BLUE value IS 181 (71.09% from 255) = 52.46%

R = 20.58%
G = 26.96%
B = 52.46%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#475DB5 (or 0x475DB5) is known color: Free Speech Blue. HEX triplet: 47, 5D and B5. RGB value is (71,93,181). Sum of RGB (Red+Green+Blue) = 71+93+181=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #475DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DB5 is #B8A24A. Grayscale: #606060. Windows color (decimal): -12100171 or 11885895. OLE color: 11885895.

HSL color Cylindrical-coordinate representation of color #475DB5: hue angle of 228º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475DB5 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 93 181 -
CMYK 0.61 0.49 0 0.29
HSL 228º 0.44% 0.49% -
HSV(B) 228º 0.61% 0.71% -
XYZ 14.85 12.5 45.35 -
YUV 96.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 71 93 181 0.61 0.49 0 0.29 228 0.44 0.49
Hex 47 5D B5 3D 31 0 1D E4 2C 31
Octal 107 135 265 75 61 0 35 344 54 61
Binary 1000111 1011101 10110101 111101 110001 0 11101 11100100 101100 110001

Color Harmonies of #475DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DB5

Black with #475DB5

Text Example


Text Example

White with #475DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475DB5; }

 p { color: rgb(71,93,181); }

 H1.HeaderClassName
 {
   color: #475DB5;
 }
 .AnyTagClassName
 {
   color: #475DB5;
 }
</style>

background-color css

<style>
 a { background-color: #475DB5; }

 a { background-color: rgb(71,93,181); }

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

border-color css

<style>
 span { border-color: #475DB5; }

 span { border-color: rgb(71,93,181); }

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