Html Css Color HEX #4066BE Free Speech Blue

📋 copy color: '#4066BE'

red 64 ◦ green 102 ◦ blue 190

#4066BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4066BE

Tints of Free Speech Blue #4066BE

RGB

 RED value IS 64 (25.39% from 255) = 17.98%

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 17.98%
G = 28.65%
B = 53.37%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4066BE (or 0x4066BE) is known color: Free Speech Blue. HEX triplet: 40, 66 and BE. RGB value is (64,102,190). Sum of RGB (Red+Green+Blue) = 64+102+190=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #4066BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BE is #BF9941. Grayscale: #646464. Windows color (decimal): -12556610 or 12478016. OLE color: 12478016.

HSL color Cylindrical-coordinate representation of color #4066BE: hue angle of 221.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4066BE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 102 190 -
CMYK 0.66 0.46 0 0.25
HSL 221.9º 0.5% 0.5% -
HSV(B) 221.9º 0.66% 0.75% -
XYZ 16.16 14.31 50.63 -
YUV 100.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 64 102 190 0.66 0.46 0 0.25 221.9 0.5 0.5
Hex 40 66 BE 42 2E 0 19 DE 32 32
Octal 100 146 276 102 56 0 31 336 62 62
Binary 1000000 1100110 10111110 1000010 101110 0 11001 11011110 110010 110010

Color Harmonies of #4066BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4066BE

Black with #4066BE

Text Example


Text Example

White with #4066BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4066BE; }

 p { color: rgb(64,102,190); }

 H1.HeaderClassName
 {
   color: #4066BE;
 }
 .AnyTagClassName
 {
   color: #4066BE;
 }
</style>

background-color css

<style>
 a { background-color: #4066BE; }

 a { background-color: rgb(64,102,190); }

 div.DivClassName
 {
   background-color: #4066BE;
 }
 .BgClassName
 {
   background-color: #4066BE;
 }
</style>

border-color css

<style>
 span { border-color: #4066BE; }

 span { border-color: rgb(64,102,190); }

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