#4669CA

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

Shades of Free Speech Blue #4669CA

Tints of Free Speech Blue #4669CA

Color information

#4669CA (or 0x4669CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 69 and CA. RGB value is (70,105,202). Sum of RGB (Red+Green+Blue) = 70+105+202=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #4669CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669CA is #B99635. Grayscale: #696969. Windows color (decimal): -12162614 or 13265222. OLE color: 13265222.

HSL color Cylindrical-coordinate representation of color #4669CA: hue angle of 224.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4669CA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70105202-
CMYK0.650.4800.21
HSL224.09º55.46%53.33%-
HSV(B)224.09º65.35%79.22%-
XYZ18.2415.6757.94-
YUV105.59182.4102.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=18.57%
G=27.85%
B=53.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701052020.650.4800.21224.0955.4653.33
Hex4669CA4130015e03735
Octal106151312101600253406765
Binary1000110110100111001010100000111000001010111100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4669CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4669CA; }

 p { color: rgb(70,105,202); }

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

<style>
 a { background-color: #4669CA; }

 a { background-color: rgb(70,105,202); }

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

<style>
 span { border-color: #4669CA; }

 span { border-color: rgb(70,105,202); }

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