Html Css Color HEX #473CBD Free Speech Blue

📋 copy color: '#473CBD'

red 71 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #473CBD

Tints of Free Speech Blue #473CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 22.19%
G = 18.75%
B = 59.06%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#473CBD (or 0x473CBD) is known color: Free Speech Blue. HEX triplet: 47, 3C and BD. RGB value is (71,60,189). Sum of RGB (Red+Green+Blue) = 71+60+189=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #473CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CBD is #B8C342. Grayscale: #4D4D4D. Windows color (decimal): -12108611 or 12401735. OLE color: 12401735.

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

Color convert

RGB 71 60 189 -
CMYK 0.62 0.68 0 0.26
HSL 245.12º 0.52% 0.49% -
HSV(B) 245.12º 0.68% 0.74% -
XYZ 13.4 8.25 49.03 -
YUV 78 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 71 60 189 0.62 0.68 0 0.26 245.12 0.52 0.49
Hex 47 3C BD 3E 44 0 1A F5 34 31
Octal 107 74 275 76 104 0 32 365 64 61
Binary 1000111 111100 10111101 111110 1000100 0 11010 11110101 110100 110001

Color Harmonies of #473CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CBD

Black with #473CBD

Text Example


Text Example

White with #473CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,189); }

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

background-color css

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

 a { background-color: rgb(71,60,189); }

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

border-color css

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

 span { border-color: rgb(71,60,189); }

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