Html Css Color HEX #4059CC Free Speech Blue

📋 copy color: '#4059CC'

red 64 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Blue #4059CC

Tints of Free Speech Blue #4059CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 17.93%
G = 24.93%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4059CC (or 0x4059CC) is known color: Free Speech Blue. HEX triplet: 40, 59 and CC. RGB value is (64,89,204). Sum of RGB (Red+Green+Blue) = 64+89+204=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4059CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059CC is #BFA633. Grayscale: #5E5E5E. Windows color (decimal): -12559924 or 13392192. OLE color: 13392192.

HSL color Cylindrical-coordinate representation of color #4059CC: hue angle of 229.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4059CC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 89 204 -
CMYK 0.69 0.56 0 0.2
HSL 229.29º 0.58% 0.53% -
HSV(B) 229.29º 0.69% 0.8% -
XYZ 16.59 12.59 58.68 -
YUV 94.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 64 89 204 0.69 0.56 0 0.2 229.29 0.58 0.53
Hex 40 59 CC 45 38 0 14 E5 3A 35
Octal 100 131 314 105 70 0 24 345 72 65
Binary 1000000 1011001 11001100 1000101 111000 0 10100 11100101 111010 110101

Color Harmonies of #4059CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059CC

Black with #4059CC

Text Example


Text Example

White with #4059CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4059CC; }

 p { color: rgb(64,89,204); }

 H1.HeaderClassName
 {
   color: #4059CC;
 }
 .AnyTagClassName
 {
   color: #4059CC;
 }
</style>

background-color css

<style>
 a { background-color: #4059CC; }

 a { background-color: rgb(64,89,204); }

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

border-color css

<style>
 span { border-color: #4059CC; }

 span { border-color: rgb(64,89,204); }

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