Html Css Color HEX #473CBB Free Speech Blue

📋 copy color: '#473CBB'

red 71 ◦ green 60 ◦ blue 187

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

Shades of Free Speech Blue #473CBB

Tints of Free Speech Blue #473CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 22.33%
G = 18.87%
B = 58.81%

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

#473CBB (or 0x473CBB) is known color: Free Speech Blue. HEX triplet: 47, 3C and BB. RGB value is (71,60,187). Sum of RGB (Red+Green+Blue) = 71+60+187=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #473CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CBB is #B8C344. Grayscale: #4D4D4D. Windows color (decimal): -12108613 or 12270663. OLE color: 12270663.

HSL color Cylindrical-coordinate representation of color #473CBB: hue angle of 245.2º degrees, saturation: 0.51, 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 #473CBB is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 60 187 -
CMYK 0.62 0.68 0 0.27
HSL 245.2º 0.51% 0.48% -
HSV(B) 245.2º 0.68% 0.73% -
XYZ 13.18 8.16 47.89 -
YUV 77.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 71 60 187 0.62 0.68 0 0.27 245.2 0.51 0.48
Hex 47 3C BB 3E 44 0 1B F5 33 30
Octal 107 74 273 76 104 0 33 365 63 60
Binary 1000111 111100 10111011 111110 1000100 0 11011 11110101 110011 110000

Color Harmonies of #473CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CBB

Black with #473CBB

Text Example


Text Example

White with #473CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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