Html Css Color HEX #473DBB Free Speech Blue

📋 copy color: '#473DBB'

red 71 ◦ green 61 ◦ blue 187

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

Shades of Free Speech Blue #473DBB

Tints of Free Speech Blue #473DBB

RGB

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

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

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

R = 22.26%
G = 19.12%
B = 58.62%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#473DBB (or 0x473DBB) is known color: Free Speech Blue. HEX triplet: 47, 3D and BB. RGB value is (71,61,187). Sum of RGB (Red+Green+Blue) = 71+61+187=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #473DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DBB is #B8C244. Grayscale: #4D4D4D. Windows color (decimal): -12108357 or 12270919. OLE color: 12270919.

HSL color Cylindrical-coordinate representation of color #473DBB: hue angle of 244.76º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473DBB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 61 187 -
CMYK 0.62 0.67 0 0.27
HSL 244.76º 0.51% 0.49% -
HSV(B) 244.76º 0.67% 0.73% -
XYZ 13.24 8.26 47.91 -
YUV 78.35 189.31 122.75 -
System Red Green Blue C M Y K H S L
Decimal 71 61 187 0.62 0.67 0 0.27 244.76 0.51 0.49
Hex 47 3D BB 3E 43 0 1B F5 33 31
Octal 107 75 273 76 103 0 33 365 63 61
Binary 1000111 111101 10111011 111110 1000011 0 11011 11110101 110011 110001

Color Harmonies of #473DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DBB

Black with #473DBB

Text Example


Text Example

White with #473DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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