Html Css Color HEX #483EBA Free Speech Blue

📋 copy color: '#483EBA'

red 72 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #483EBA

Tints of Free Speech Blue #483EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 22.5%
G = 19.38%
B = 58.13%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#483EBA (or 0x483EBA) is known color: Free Speech Blue. HEX triplet: 48, 3E and BA. RGB value is (72,62,186). Sum of RGB (Red+Green+Blue) = 72+62+186=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #483EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EBA is #B7C145. Grayscale: #4E4E4E. Windows color (decimal): -12042566 or 12205640. OLE color: 12205640.

HSL color Cylindrical-coordinate representation of color #483EBA: hue angle of 244.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483EBA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 62 186 -
CMYK 0.61 0.67 0 0.27
HSL 244.84º 0.5% 0.49% -
HSV(B) 244.84º 0.67% 0.73% -
XYZ 13.26 8.37 47.37 -
YUV 79.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 72 62 186 0.61 0.67 0 0.27 244.84 0.5 0.49
Hex 48 3E BA 3D 43 0 1B F5 32 31
Octal 110 76 272 75 103 0 33 365 62 61
Binary 1001000 111110 10111010 111101 1000011 0 11011 11110101 110010 110001

Color Harmonies of #483EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EBA

Black with #483EBA

Text Example


Text Example

White with #483EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,186); }

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

background-color css

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

 a { background-color: rgb(72,62,186); }

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

border-color css

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

 span { border-color: rgb(72,62,186); }

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