Html Css Color HEX #483DD5 Free Speech Blue

📋 copy color: '#483DD5'

red 72 ◦ green 61 ◦ blue 213

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

Shades of Free Speech Blue #483DD5

Tints of Free Speech Blue #483DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.56%

R = 20.81%
G = 17.63%
B = 61.56%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#483DD5 (or 0x483DD5) is known color: Free Speech Blue. HEX triplet: 48, 3D and D5. RGB value is (72,61,213). Sum of RGB (Red+Green+Blue) = 72+61+213=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 213 (83.59% from 255 or 61.56% from 346); Max value from RGB is 213 - color contains mainly: blue. Hex color #483DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DD5 is #B7C22A. Grayscale: #515151. Windows color (decimal): -12042795 or 13974856. OLE color: 13974856.

HSL color Cylindrical-coordinate representation of color #483DD5: hue angle of 244.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483DD5 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 61 213 -
CMYK 0.66 0.71 0 0.16
HSL 244.34º 0.64% 0.54% -
HSV(B) 244.34º 0.71% 0.84% -
XYZ 16.35 9.52 63.93 -
YUV 81.62 202.14 121.14 -
System Red Green Blue C M Y K H S L
Decimal 72 61 213 0.66 0.71 0 0.16 244.34 0.64 0.54
Hex 48 3D D5 42 47 0 10 F4 40 36
Octal 110 75 325 102 107 0 20 364 100 66
Binary 1001000 111101 11010101 1000010 1000111 0 10000 11110100 1000000 110110

Color Harmonies of #483DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DD5

Black with #483DD5

Text Example


Text Example

White with #483DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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