Html Css Color HEX #483BBE Free Speech Blue

📋 copy color: '#483BBE'

red 72 ◦ green 59 ◦ blue 190

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

Shades of Free Speech Blue #483BBE

Tints of Free Speech Blue #483BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

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

R = 22.43%
G = 18.38%
B = 59.19%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#483BBE (or 0x483BBE) is known color: Free Speech Blue. HEX triplet: 48, 3B and BE. RGB value is (72,59,190). Sum of RGB (Red+Green+Blue) = 72+59+190=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #483BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BBE is #B7C441. Grayscale: #4D4D4D. Windows color (decimal): -12043330 or 12467016. OLE color: 12467016.

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

Color convert

RGB 72 59 190 -
CMYK 0.62 0.69 0 0.25
HSL 245.95º 0.53% 0.49% -
HSV(B) 245.95º 0.69% 0.75% -
XYZ 13.53 8.22 49.59 -
YUV 77.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 72 59 190 0.62 0.69 0 0.25 245.95 0.53 0.49
Hex 48 3B BE 3E 45 0 19 F6 35 31
Octal 110 73 276 76 105 0 31 366 65 61
Binary 1001000 111011 10111110 111110 1000101 0 11001 11110110 110101 110001

Color Harmonies of #483BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483BBE

Black with #483BBE

Text Example


Text Example

White with #483BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,190); }

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

background-color css

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

 a { background-color: rgb(72,59,190); }

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

border-color css

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

 span { border-color: rgb(72,59,190); }

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