#4665CB

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

Shades of Free Speech Blue #4665CB

Tints of Free Speech Blue #4665CB

Color information

#4665CB (or 0x4665CB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 65 and CB. RGB value is (70,101,203). Sum of RGB (Red+Green+Blue) = 70+101+203=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #4665CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665CB is #B99A34. Grayscale: #666666. Windows color (decimal): -12163637 or 13329734. OLE color: 13329734.

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

Color convert

RGB70101203-
CMYK0.660.5000.20
HSL226.02º56.12%53.53%-
HSV(B)226.02º65.52%79.61%-
XYZ17.9614.9258.43-
YUV103.36184.23104.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=18.72%
G=27.01%
B=54.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701012030.660.5000.20226.0256.1253.53
Hex4665CB4232014e23836
Octal106145313102620243427066
Binary1000110110010111001011100001011001001010011100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4665CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4665CB; }

 p { color: rgb(70,101,203); }

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

<style>
 a { background-color: #4665CB; }

 a { background-color: rgb(70,101,203); }

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

<style>
 span { border-color: #4665CB; }

 span { border-color: rgb(70,101,203); }

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