Html Css Color HEX #473CBC Free Speech Blue

📋 copy color: '#473CBC'

red 71 ◦ green 60 ◦ blue 188

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

Shades of Free Speech Blue #473CBC

Tints of Free Speech Blue #473CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 22.26%
G = 18.81%
B = 58.93%

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

#473CBC (or 0x473CBC) is known color: Free Speech Blue. HEX triplet: 47, 3C and BC. RGB value is (71,60,188). Sum of RGB (Red+Green+Blue) = 71+60+188=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #473CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CBC is #B8C343. Grayscale: #4D4D4D. Windows color (decimal): -12108612 or 12336199. OLE color: 12336199.

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

Color convert

RGB 71 60 188 -
CMYK 0.62 0.68 0 0.26
HSL 245.16º 0.52% 0.49% -
HSV(B) 245.16º 0.68% 0.74% -
XYZ 13.29 8.2 48.46 -
YUV 77.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 71 60 188 0.62 0.68 0 0.26 245.16 0.52 0.49
Hex 47 3C BC 3E 44 0 1A F5 34 31
Octal 107 74 274 76 104 0 32 365 64 61
Binary 1000111 111100 10111100 111110 1000100 0 11010 11110101 110100 110001

Color Harmonies of #473CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CBC

Black with #473CBC

Text Example


Text Example

White with #473CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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