Html Css Color HEX #4469BC Free Speech Blue

📋 copy color: '#4469BC'

red 68 ◦ green 105 ◦ blue 188

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

Shades of Free Speech Blue #4469BC

Tints of Free Speech Blue #4469BC

RGB

 RED value IS 68 (26.95% from 255) = 18.84%

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 18.84%
G = 29.09%
B = 52.08%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4469BC (or 0x4469BC) is known color: Free Speech Blue. HEX triplet: 44, 69 and BC. RGB value is (68,105,188). Sum of RGB (Red+Green+Blue) = 68+105+188=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4469BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469BC is #BB9643. Grayscale: #676767. Windows color (decimal): -12293700 or 12347716. OLE color: 12347716.

HSL color Cylindrical-coordinate representation of color #4469BC: hue angle of 221.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4469BC is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 105 188 -
CMYK 0.64 0.44 0 0.26
HSL 221.5º 0.47% 0.5% -
HSV(B) 221.5º 0.64% 0.74% -
XYZ 16.51 14.96 49.59 -
YUV 103.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 68 105 188 0.64 0.44 0 0.26 221.5 0.47 0.5
Hex 44 69 BC 40 2C 0 1A DE 2F 32
Octal 104 151 274 100 54 0 32 336 57 62
Binary 1000100 1101001 10111100 1000000 101100 0 11010 11011110 101111 110010

Color Harmonies of #4469BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469BC

Black with #4469BC

Text Example


Text Example

White with #4469BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4469BC; }

 p { color: rgb(68,105,188); }

 H1.HeaderClassName
 {
   color: #4469BC;
 }
 .AnyTagClassName
 {
   color: #4469BC;
 }
</style>

background-color css

<style>
 a { background-color: #4469BC; }

 a { background-color: rgb(68,105,188); }

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

border-color css

<style>
 span { border-color: #4469BC; }

 span { border-color: rgb(68,105,188); }

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