#485FCF

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

Shades of Free Speech Blue #485FCF

Tints of Free Speech Blue #485FCF

Color information

#485FCF (or 0x485FCF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5F and CF. RGB value is (72,95,207). Sum of RGB (Red+Green+Blue) = 72+95+207=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #485FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FCF is #B7A030. Grayscale: #646464. Windows color (decimal): -12034097 or 13590344. OLE color: 13590344.

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

Color convert

RGB7295207-
CMYK0.650.5400.19
HSL229.78º58.44%54.71%-
HSV(B)229.78º65.22%81.18%-
XYZ18.0314.0760.8-
YUV100.89187.88107.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=19.25%
G=25.40%
B=55.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72952070.650.5400.19229.7858.4454.71
Hex485FCF4136013e63a37
Octal110137317101660233467267
Binary1001000101111111001111100000111011001001111100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,207); }

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

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

 a { background-color: rgb(72,95,207); }

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

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

 span { border-color: rgb(72,95,207); }

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