#4254AF

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

Shades of Free Speech Blue #4254AF

Tints of Free Speech Blue #4254AF

Color information

#4254AF (or 0x4254AF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 54 and AF. RGB value is (66,84,175). Sum of RGB (Red+Green+Blue) = 66+84+175=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #4254AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4254AF is #BDAB50. Grayscale: #585858. Windows color (decimal): -12430161 or 11490370. OLE color: 11490370.

HSL color Cylindrical-coordinate representation of color #4254AF: hue angle of 230.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4254AF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6684175-
CMYK0.620.5200.31
HSL230.09º45.23%47.25%-
HSV(B)230.09º62.29%68.63%-
XYZ13.1510.5941.91-
YUV88.99176.54111.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=20.31%
G=25.85%
B=53.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66841750.620.5200.31230.0945.2347.25
Hex4254AF3E3401Fe62d2f
Octal10212425776640373465557
Binary100001010101001010111111111011010001111111100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4254AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4254AF; }

 p { color: rgb(66,84,175); }

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

<style>
 a { background-color: #4254AF; }

 a { background-color: rgb(66,84,175); }

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

<style>
 span { border-color: #4254AF; }

 span { border-color: rgb(66,84,175); }

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