Html Css Color HEX #473ABA Free Speech Blue

📋 copy color: '#473ABA'

red 71 ◦ green 58 ◦ blue 186

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

Shades of Free Speech Blue #473ABA

Tints of Free Speech Blue #473ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

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

R = 22.54%
G = 18.41%
B = 59.05%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#473ABA (or 0x473ABA) is known color: Free Speech Blue. HEX triplet: 47, 3A and BA. RGB value is (71,58,186). Sum of RGB (Red+Green+Blue) = 71+58+186=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #473ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ABA is #B8C545. Grayscale: #4B4B4B. Windows color (decimal): -12109126 or 12204615. OLE color: 12204615.

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

Color convert

RGB 71 58 186 -
CMYK 0.62 0.69 0 0.27
HSL 246.09º 0.52% 0.48% -
HSV(B) 246.09º 0.69% 0.73% -
XYZ 12.97 7.91 47.3 -
YUV 76.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 71 58 186 0.62 0.69 0 0.27 246.09 0.52 0.48
Hex 47 3A BA 3E 45 0 1B F6 34 30
Octal 107 72 272 76 105 0 33 366 64 60
Binary 1000111 111010 10111010 111110 1000101 0 11011 11110110 110100 110000

Color Harmonies of #473ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ABA

Black with #473ABA

Text Example


Text Example

White with #473ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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