Html Css Color HEX #473DBA Free Speech Blue

📋 copy color: '#473DBA'

red 71 ◦ green 61 ◦ blue 186

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

Shades of Free Speech Blue #473DBA

Tints of Free Speech Blue #473DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 22.33%
G = 19.18%
B = 58.49%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#473DBA (or 0x473DBA) is known color: Free Speech Blue. HEX triplet: 47, 3D and BA. RGB value is (71,61,186). Sum of RGB (Red+Green+Blue) = 71+61+186=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #473DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DBA is #B8C245. Grayscale: #4D4D4D. Windows color (decimal): -12108358 or 12205383. OLE color: 12205383.

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

Color convert

RGB 71 61 186 -
CMYK 0.62 0.67 0 0.27
HSL 244.8º 0.51% 0.48% -
HSV(B) 244.8º 0.67% 0.73% -
XYZ 13.13 8.22 47.35 -
YUV 78.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 71 61 186 0.62 0.67 0 0.27 244.8 0.51 0.48
Hex 47 3D BA 3E 43 0 1B F5 33 30
Octal 107 75 272 76 103 0 33 365 63 60
Binary 1000111 111101 10111010 111110 1000011 0 11011 11110101 110011 110000

Color Harmonies of #473DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DBA

Black with #473DBA

Text Example


Text Example

White with #473DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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