#483ABC

Color #483ABC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #483ABC

Tints of Free Speech Blue #483ABC

Color information

#483ABC (or 0x483ABC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3A and BC. RGB value is (72,58,188). Sum of RGB (Red+Green+Blue) = 72+58+188=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #483ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ABC is #B7C543. Grayscale: #4C4C4C. Windows color (decimal): -12043588 or 12335688. OLE color: 12335688.

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

Color convert

RGB7258188-
CMYK0.620.6900.26
HSL246.46º52.85%48.24%-
HSV(B)246.46º69.15%73.73%-
XYZ13.268.0348.43-
YUV77.01190.64124.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=22.64%
G=18.24%
B=59.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72581880.620.6900.26246.4652.8548.24
Hex483ABC3E4501Af63530
Octal11072274761050323666560
Binary100100011101010111100111110100010101101011110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #483ABC;
 }
 .AnyTagClassName
 {
   color: #483ABC;
 }
</style>
background-color css

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

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

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

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

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

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