#4258CF

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

Shades of Free Speech Blue #4258CF

Tints of Free Speech Blue #4258CF

Color information

#4258CF (or 0x4258CF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 58 and CF. RGB value is (66,88,207). Sum of RGB (Red+Green+Blue) = 66+88+207=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #4258CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258CF is #BDA730. Grayscale: #5E5E5E. Windows color (decimal): -12429105 or 13588546. OLE color: 13588546.

HSL color Cylindrical-coordinate representation of color #4258CF: hue angle of 230.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4258CF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6688207-
CMYK0.680.5700.19
HSL230.64º59.49%53.53%-
HSV(B)230.64º68.12%81.18%-
XYZ1712.6460.58-
YUV94.99191.21107.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 207 (81.25% from 255) = 57.34%
R=18.28%
G=24.38%
B=57.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66882070.680.5700.19230.6459.4953.53
Hex4258CF4439013e73b36
Octal102130317104710233477366
Binary1000010101100011001111100010011100101001111100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4258CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4258CF; }

 p { color: rgb(66,88,207); }

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

<style>
 a { background-color: #4258CF; }

 a { background-color: rgb(66,88,207); }

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

<style>
 span { border-color: #4258CF; }

 span { border-color: rgb(66,88,207); }

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