#4769CA

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

Shades of Free Speech Blue #4769CA

Tints of Free Speech Blue #4769CA

Color information

#4769CA (or 0x4769CA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 69 and CA. RGB value is (71,105,202). Sum of RGB (Red+Green+Blue) = 71+105+202=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #4769CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769CA is #B89635. Grayscale: #696969. Windows color (decimal): -12097078 or 13265223. OLE color: 13265223.

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

Color convert

RGB71105202-
CMYK0.650.4800.21
HSL224.43º55.27%53.53%-
HSV(B)224.43º64.85%79.22%-
XYZ18.3115.7157.94-
YUV105.89182.24103.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=18.78%
G=27.78%
B=53.44%

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
Decimal711052020.650.4800.21224.4355.2753.53
Hex4769CA4130015e03736
Octal107151312101600253406766
Binary1000111110100111001010100000111000001010111100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4769CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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