Html Css Color HEX #4067CC Free Speech Blue

📋 copy color: '#4067CC'

red 64 ◦ green 103 ◦ blue 204

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

Shades of Free Speech Blue #4067CC

Tints of Free Speech Blue #4067CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

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

R = 17.25%
G = 27.76%
B = 54.99%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4067CC (or 0x4067CC) is known color: Free Speech Blue. HEX triplet: 40, 67 and CC. RGB value is (64,103,204). Sum of RGB (Red+Green+Blue) = 64+103+204=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #4067CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067CC is #BF9833. Grayscale: #666666. Windows color (decimal): -12556340 or 13395776. OLE color: 13395776.

HSL color Cylindrical-coordinate representation of color #4067CC: hue angle of 223.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 #4067CC is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 103 204 -
CMYK 0.69 0.50 0 0.2
HSL 223.29º 0.58% 0.53% -
HSV(B) 223.29º 0.69% 0.8% -
XYZ 17.86 15.15 59.11 -
YUV 102.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 64 103 204 0.69 0.50 0 0.2 223.29 0.58 0.53
Hex 40 67 CC 45 32 0 14 DF 3A 35
Octal 100 147 314 105 62 0 24 337 72 65
Binary 1000000 1100111 11001100 1000101 110010 0 10100 11011111 111010 110101

Color Harmonies of #4067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067CC

Black with #4067CC

Text Example


Text Example

White with #4067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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