#4062CC

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

Shades of Free Speech Blue #4062CC

Tints of Free Speech Blue #4062CC

Color information

#4062CC (or 0x4062CC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 62 and CC. RGB value is (64,98,204). Sum of RGB (Red+Green+Blue) = 64+98+204=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #4062CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4062CC is #BF9D33. Grayscale: #636363. Windows color (decimal): -12557620 or 13394496. OLE color: 13394496.

HSL color Cylindrical-coordinate representation of color #4062CC: hue angle of 225.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4062CC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6498204-
CMYK0.690.5200.2
HSL225.43º57.85%52.55%-
HSV(B)225.43º68.63%80%-
XYZ17.3814.1858.95-
YUV99.92186.74102.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=17.49%
G=26.78%
B=55.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64982040.690.5200.2225.4357.8552.55
Hex4062CC4534014e13a35
Octal100142314105640243417265
Binary1000000110001011001100100010111010001010011100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4062CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4062CC; }

 p { color: rgb(64,98,204); }

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

<style>
 a { background-color: #4062CC; }

 a { background-color: rgb(64,98,204); }

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

<style>
 span { border-color: #4062CC; }

 span { border-color: rgb(64,98,204); }

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