Html Css Color HEX #473DBE Free Speech Blue

📋 copy color: '#473DBE'

red 71 ◦ green 61 ◦ blue 190

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

Shades of Free Speech Blue #473DBE

Tints of Free Speech Blue #473DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 22.05%
G = 18.94%
B = 59.01%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#473DBE (or 0x473DBE) is known color: Free Speech Blue. HEX triplet: 47, 3D and BE. RGB value is (71,61,190). Sum of RGB (Red+Green+Blue) = 71+61+190=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #473DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DBE is #B8C241. Grayscale: #4E4E4E. Windows color (decimal): -12108354 or 12467527. OLE color: 12467527.

HSL color Cylindrical-coordinate representation of color #473DBE: hue angle of 244.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473DBE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 61 190 -
CMYK 0.63 0.68 0 0.25
HSL 244.65º 0.51% 0.49% -
HSV(B) 244.65º 0.68% 0.75% -
XYZ 13.56 8.39 49.62 -
YUV 78.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 71 61 190 0.63 0.68 0 0.25 244.65 0.51 0.49
Hex 47 3D BE 3F 44 0 19 F5 33 31
Octal 107 75 276 77 104 0 31 365 63 61
Binary 1000111 111101 10111110 111111 1000100 0 11001 11110101 110011 110001

Color Harmonies of #473DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DBE

Black with #473DBE

Text Example


Text Example

White with #473DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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