Html Css Color HEX #4060D0 Free Speech Blue

📋 copy color: '#4060D0'

red 64 ◦ green 96 ◦ blue 208

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

Shades of Free Speech Blue #4060D0

Tints of Free Speech Blue #4060D0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 208 (81.64% from 255) = 56.52%

R = 17.39%
G = 26.09%
B = 56.52%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4060D0 (or 0x4060D0) is known color: Free Speech Blue. HEX triplet: 40, 60 and D0. RGB value is (64,96,208). Sum of RGB (Red+Green+Blue) = 64+96+208=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #4060D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060D0 is #BF9F2F. Grayscale: #626262. Windows color (decimal): -12558128 or 13656128. OLE color: 13656128.

HSL color Cylindrical-coordinate representation of color #4060D0: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4060D0 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 96 208 -
CMYK 0.69 0.54 0 0.18
HSL 226.67º 0.61% 0.53% -
HSV(B) 226.67º 0.69% 0.82% -
XYZ 17.68 14.01 61.45 -
YUV 99.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 64 96 208 0.69 0.54 0 0.18 226.67 0.61 0.53
Hex 40 60 D0 45 36 0 12 E3 3D 35
Octal 100 140 320 105 66 0 22 343 75 65
Binary 1000000 1100000 11010000 1000101 110110 0 10010 11100011 111101 110101

Color Harmonies of #4060D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060D0

Black with #4060D0

Text Example


Text Example

White with #4060D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4060D0; }

 p { color: rgb(64,96,208); }

 H1.HeaderClassName
 {
   color: #4060D0;
 }
 .AnyTagClassName
 {
   color: #4060D0;
 }
</style>

background-color css

<style>
 a { background-color: #4060D0; }

 a { background-color: rgb(64,96,208); }

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

border-color css

<style>
 span { border-color: #4060D0; }

 span { border-color: rgb(64,96,208); }

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