#4262CF

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

Shades of Free Speech Blue #4262CF

Tints of Free Speech Blue #4262CF

Color information

#4262CF (or 0x4262CF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 62 and CF. RGB value is (66,98,207). Sum of RGB (Red+Green+Blue) = 66+98+207=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #4262CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4262CF is #BD9D30. Grayscale: #646464. Windows color (decimal): -12426545 or 13591106. OLE color: 13591106.

HSL color Cylindrical-coordinate representation of color #4262CF: hue angle of 226.38º 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 #4262CF is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6698207-
CMYK0.680.5300.19
HSL226.38º59.49%53.53%-
HSV(B)226.38º68.12%81.18%-
XYZ17.8814.460.87-
YUV100.86187.9103.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=17.79%
G=26.42%
B=55.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66982070.680.5300.19226.3859.4953.53
Hex4262CF4435013e23b36
Octal102142317104650233427366
Binary1000010110001011001111100010011010101001111100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4262CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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