Html Css Color HEX #483DC1 Free Speech Blue

📋 copy color: '#483DC1'

red 72 ◦ green 61 ◦ blue 193

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

Shades of Free Speech Blue #483DC1

Tints of Free Speech Blue #483DC1

RGB

 RED value IS 72 (28.52% from 255) = 22.09%

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

 BLUE value IS 193 (75.78% from 255) = 59.2%

R = 22.09%
G = 18.71%
B = 59.2%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#483DC1 (or 0x483DC1) is known color: Free Speech Blue. HEX triplet: 48, 3D and C1. RGB value is (72,61,193). Sum of RGB (Red+Green+Blue) = 72+61+193=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #483DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DC1 is #B7C23E. Grayscale: #4E4E4E. Windows color (decimal): -12042815 or 12664136. OLE color: 12664136.

HSL color Cylindrical-coordinate representation of color #483DC1: hue angle of 245º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483DC1 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 61 193 -
CMYK 0.63 0.68 0 0.24
HSL 245º 0.52% 0.5% -
HSV(B) 245º 0.68% 0.76% -
XYZ 13.97 8.57 51.37 -
YUV 79.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 72 61 193 0.63 0.68 0 0.24 245 0.52 0.5
Hex 48 3D C1 3F 44 0 18 F5 34 32
Octal 110 75 301 77 104 0 30 365 64 62
Binary 1001000 111101 11000001 111111 1000100 0 11000 11110101 110100 110010

Color Harmonies of #483DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DC1

Black with #483DC1

Text Example


Text Example

White with #483DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483DC1; }

 p { color: rgb(72,61,193); }

 H1.HeaderClassName
 {
   color: #483DC1;
 }
 .AnyTagClassName
 {
   color: #483DC1;
 }
</style>

background-color css

<style>
 a { background-color: #483DC1; }

 a { background-color: rgb(72,61,193); }

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

border-color css

<style>
 span { border-color: #483DC1; }

 span { border-color: rgb(72,61,193); }

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