Html Css Color HEX #473BBC Free Speech Blue

📋 copy color: '#473BBC'

red 71 ◦ green 59 ◦ blue 188

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

Shades of Free Speech Blue #473BBC

Tints of Free Speech Blue #473BBC

RGB

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

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

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

R = 22.33%
G = 18.55%
B = 59.12%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#473BBC (or 0x473BBC) is known color: Free Speech Blue. HEX triplet: 47, 3B and BC. RGB value is (71,59,188). Sum of RGB (Red+Green+Blue) = 71+59+188=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #473BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BBC is #B8C443. Grayscale: #4C4C4C. Windows color (decimal): -12108868 or 12335943. OLE color: 12335943.

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

Color convert

RGB 71 59 188 -
CMYK 0.62 0.69 0 0.26
HSL 245.58º 0.52% 0.48% -
HSV(B) 245.58º 0.69% 0.74% -
XYZ 13.24 8.1 48.44 -
YUV 77.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 71 59 188 0.62 0.69 0 0.26 245.58 0.52 0.48
Hex 47 3B BC 3E 45 0 1A F6 34 30
Octal 107 73 274 76 105 0 32 366 64 60
Binary 1000111 111011 10111100 111110 1000101 0 11010 11110110 110100 110000

Color Harmonies of #473BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BBC

Black with #473BBC

Text Example


Text Example

White with #473BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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