Html Css Color HEX #473BBA Free Speech Blue

📋 copy color: '#473BBA'

red 71 ◦ green 59 ◦ blue 186

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

Shades of Free Speech Blue #473BBA

Tints of Free Speech Blue #473BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

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

R = 22.47%
G = 18.67%
B = 58.86%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#473BBA (or 0x473BBA) is known color: Free Speech Blue. HEX triplet: 47, 3B and BA. RGB value is (71,59,186). Sum of RGB (Red+Green+Blue) = 71+59+186=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #473BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BBA is #B8C445. Grayscale: #4C4C4C. Windows color (decimal): -12108870 or 12204871. OLE color: 12204871.

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

Color convert

RGB 71 59 186 -
CMYK 0.62 0.68 0 0.27
HSL 245.67º 0.52% 0.48% -
HSV(B) 245.67º 0.68% 0.73% -
XYZ 13.03 8.01 47.31 -
YUV 77.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 71 59 186 0.62 0.68 0 0.27 245.67 0.52 0.48
Hex 47 3B BA 3E 44 0 1B F6 34 30
Octal 107 73 272 76 104 0 33 366 64 60
Binary 1000111 111011 10111010 111110 1000100 0 11011 11110110 110100 110000

Color Harmonies of #473BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BBA

Black with #473BBA

Text Example


Text Example

White with #473BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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