#485CCB

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

Shades of Free Speech Blue #485CCB

Tints of Free Speech Blue #485CCB

Color information

#485CCB (or 0x485CCB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5C and CB. RGB value is (72,92,203). Sum of RGB (Red+Green+Blue) = 72+92+203=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #485CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CCB is #B7A334. Grayscale: #626262. Windows color (decimal): -12034869 or 13327432. OLE color: 13327432.

HSL color Cylindrical-coordinate representation of color #485CCB: hue angle of 230.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485CCB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7292203-
CMYK0.650.5500.20
HSL230.84º55.74%53.92%-
HSV(B)230.84º64.53%79.61%-
XYZ17.2813.3458.16-
YUV98.67186.87108.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=19.62%
G=25.07%
B=55.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72922030.650.5500.20230.8455.7453.92
Hex485CCB4137014e73836
Octal110134313101670243477066
Binary1001000101110011001011100000111011101010011100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485CCB; }

 p { color: rgb(72,92,203); }

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

<style>
 a { background-color: #485CCB; }

 a { background-color: rgb(72,92,203); }

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

<style>
 span { border-color: #485CCB; }

 span { border-color: rgb(72,92,203); }

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