Html Css Color HEX #473DB7 Free Speech Blue

📋 copy color: '#473DB7'

red 71 ◦ green 61 ◦ blue 183

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

Shades of Free Speech Blue #473DB7

Tints of Free Speech Blue #473DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 183 (71.88% from 255) = 58.1%

R = 22.54%
G = 19.37%
B = 58.1%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#473DB7 (or 0x473DB7) is known color: Free Speech Blue. HEX triplet: 47, 3D and B7. RGB value is (71,61,183). Sum of RGB (Red+Green+Blue) = 71+61+183=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #473DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DB7 is #B8C248. Grayscale: #4D4D4D. Windows color (decimal): -12108361 or 12008775. OLE color: 12008775.

HSL color Cylindrical-coordinate representation of color #473DB7: hue angle of 244.92º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473DB7 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 61 183 -
CMYK 0.61 0.67 0 0.28
HSL 244.92º 0.5% 0.48% -
HSV(B) 244.92º 0.67% 0.72% -
XYZ 12.81 8.1 45.69 -
YUV 77.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 71 61 183 0.61 0.67 0 0.28 244.92 0.5 0.48
Hex 47 3D B7 3D 43 0 1C F5 32 30
Octal 107 75 267 75 103 0 34 365 62 60
Binary 1000111 111101 10110111 111101 1000011 0 11100 11110101 110010 110000

Color Harmonies of #473DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DB7

Black with #473DB7

Text Example


Text Example

White with #473DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,183); }

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

background-color css

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

 a { background-color: rgb(71,61,183); }

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

border-color css

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

 span { border-color: rgb(71,61,183); }

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