Html Css Color HEX #483ABF Free Speech Blue

📋 copy color: '#483ABF'

red 72 ◦ green 58 ◦ blue 191

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

Shades of Free Speech Blue #483ABF

Tints of Free Speech Blue #483ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 191 (75% from 255) = 59.5%

R = 22.43%
G = 18.07%
B = 59.5%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#483ABF (or 0x483ABF) is known color: Free Speech Blue. HEX triplet: 48, 3A and BF. RGB value is (72,58,191). Sum of RGB (Red+Green+Blue) = 72+58+191=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #483ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ABF is #B7C540. Grayscale: #4C4C4C. Windows color (decimal): -12043585 or 12532296. OLE color: 12532296.

HSL color Cylindrical-coordinate representation of color #483ABF: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483ABF is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 58 191 -
CMYK 0.62 0.70 0 0.25
HSL 246.32º 0.53% 0.49% -
HSV(B) 246.32º 0.7% 0.75% -
XYZ 13.59 8.17 50.15 -
YUV 77.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 72 58 191 0.62 0.70 0 0.25 246.32 0.53 0.49
Hex 48 3A BF 3E 46 0 19 F6 35 31
Octal 110 72 277 76 106 0 31 366 65 61
Binary 1001000 111010 10111111 111110 1000110 0 11001 11110110 110101 110001

Color Harmonies of #483ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483ABF

Black with #483ABF

Text Example


Text Example

White with #483ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,191); }

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

background-color css

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

 a { background-color: rgb(72,58,191); }

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

border-color css

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

 span { border-color: rgb(72,58,191); }

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