Html Css Color HEX #483DC9 Free Speech Blue

📋 copy color: '#483DC9'

red 72 ◦ green 61 ◦ blue 201

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

Shades of Free Speech Blue #483DC9

Tints of Free Speech Blue #483DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.18%

R = 21.56%
G = 18.26%
B = 60.18%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#483DC9 (or 0x483DC9) is known color: Free Speech Blue. HEX triplet: 48, 3D and C9. RGB value is (72,61,201). Sum of RGB (Red+Green+Blue) = 72+61+201=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #483DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DC9 is #B7C236. Grayscale: #4F4F4F. Windows color (decimal): -12042807 or 13188424. OLE color: 13188424.

HSL color Cylindrical-coordinate representation of color #483DC9: hue angle of 244.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483DC9 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 61 201 -
CMYK 0.64 0.70 0 0.21
HSL 244.71º 0.56% 0.51% -
HSV(B) 244.71º 0.7% 0.79% -
XYZ 14.88 8.93 56.2 -
YUV 80.25 196.14 122.12 -
System Red Green Blue C M Y K H S L
Decimal 72 61 201 0.64 0.70 0 0.21 244.71 0.56 0.51
Hex 48 3D C9 40 46 0 15 F5 38 33
Octal 110 75 311 100 106 0 25 365 70 63
Binary 1001000 111101 11001001 1000000 1000110 0 10101 11110101 111000 110011

Color Harmonies of #483DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DC9

Black with #483DC9

Text Example


Text Example

White with #483DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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