Html Css Color HEX #475DBA Free Speech Blue

📋 copy color: '#475DBA'

red 71 ◦ green 93 ◦ blue 186

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

Shades of Free Speech Blue #475DBA

Tints of Free Speech Blue #475DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 20.29%
G = 26.57%
B = 53.14%

CMYK

 C value IS 0.62

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#475DBA (or 0x475DBA) is known color: Free Speech Blue. HEX triplet: 47, 5D and BA. RGB value is (71,93,186). Sum of RGB (Red+Green+Blue) = 71+93+186=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #475DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DBA is #B8A245. Grayscale: #606060. Windows color (decimal): -12100166 or 12213575. OLE color: 12213575.

HSL color Cylindrical-coordinate representation of color #475DBA: hue angle of 228.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475DBA is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 93 186 -
CMYK 0.62 0.5 0 0.27
HSL 228.52º 0.45% 0.5% -
HSV(B) 228.52º 0.62% 0.73% -
XYZ 15.38 12.71 48.1 -
YUV 97.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 71 93 186 0.62 0.5 0 0.27 228.52 0.45 0.5
Hex 47 5D BA 3E 32 0 1B E5 2D 32
Octal 107 135 272 76 62 0 33 345 55 62
Binary 1000111 1011101 10111010 111110 110010 0 11011 11100101 101101 110010

Color Harmonies of #475DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DBA

Black with #475DBA

Text Example


Text Example

White with #475DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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