#4465CB

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

Shades of Free Speech Blue #4465CB

Tints of Free Speech Blue #4465CB

Color information

#4465CB (or 0x4465CB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 65 and CB. RGB value is (68,101,203). Sum of RGB (Red+Green+Blue) = 68+101+203=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4465CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465CB is #BB9A34. Grayscale: #666666. Windows color (decimal): -12294709 or 13329732. OLE color: 13329732.

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

Color convert

RGB68101203-
CMYK0.670.5000.20
HSL225.33º56.49%53.14%-
HSV(B)225.33º66.5%79.61%-
XYZ17.8214.8558.43-
YUV102.76184.57103.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=18.28%
G=27.15%
B=54.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681012030.670.5000.20225.3356.4953.14
Hex4465CB4332014e13835
Octal104145313103620243417065
Binary1000100110010111001011100001111001001010011100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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