Html Css Color HEX #4067BB Free Speech Blue

📋 copy color: '#4067BB'

red 64 ◦ green 103 ◦ blue 187

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

Shades of Free Speech Blue #4067BB

Tints of Free Speech Blue #4067BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 18.08%
G = 29.1%
B = 52.82%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4067BB (or 0x4067BB) is known color: Free Speech Blue. HEX triplet: 40, 67 and BB. RGB value is (64,103,187). Sum of RGB (Red+Green+Blue) = 64+103+187=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #4067BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067BB is #BF9844. Grayscale: #646464. Windows color (decimal): -12556357 or 12281664. OLE color: 12281664.

HSL color Cylindrical-coordinate representation of color #4067BB: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4067BB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 103 187 -
CMYK 0.66 0.45 0 0.27
HSL 220.98º 0.49% 0.49% -
HSV(B) 220.98º 0.66% 0.73% -
XYZ 15.93 14.38 48.95 -
YUV 100.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 64 103 187 0.66 0.45 0 0.27 220.98 0.49 0.49
Hex 40 67 BB 42 2D 0 1B DD 31 31
Octal 100 147 273 102 55 0 33 335 61 61
Binary 1000000 1100111 10111011 1000010 101101 0 11011 11011101 110001 110001

Color Harmonies of #4067BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067BB

Black with #4067BB

Text Example


Text Example

White with #4067BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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