Html Css Color HEX #4666BD Free Speech Blue

📋 copy color: '#4666BD'

red 70 ◦ green 102 ◦ blue 189

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

Shades of Free Speech Blue #4666BD

Tints of Free Speech Blue #4666BD

RGB

 RED value IS 70 (27.73% from 255) = 19.39%

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 19.39%
G = 28.25%
B = 52.35%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4666BD (or 0x4666BD) is known color: Free Speech Blue. HEX triplet: 46, 66 and BD. RGB value is (70,102,189). Sum of RGB (Red+Green+Blue) = 70+102+189=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #4666BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666BD is #B99942. Grayscale: #656565. Windows color (decimal): -12163395 or 12412486. OLE color: 12412486.

HSL color Cylindrical-coordinate representation of color #4666BD: hue angle of 223.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4666BD is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 102 189 -
CMYK 0.63 0.46 0 0.26
HSL 223.87º 0.47% 0.51% -
HSV(B) 223.87º 0.63% 0.74% -
XYZ 16.46 14.48 50.07 -
YUV 102.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 70 102 189 0.63 0.46 0 0.26 223.87 0.47 0.51
Hex 46 66 BD 3F 2E 0 1A E0 2F 33
Octal 106 146 275 77 56 0 32 340 57 63
Binary 1000110 1100110 10111101 111111 101110 0 11010 11100000 101111 110011

Color Harmonies of #4666BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666BD

Black with #4666BD

Text Example


Text Example

White with #4666BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4666BD; }

 p { color: rgb(70,102,189); }

 H1.HeaderClassName
 {
   color: #4666BD;
 }
 .AnyTagClassName
 {
   color: #4666BD;
 }
</style>

background-color css

<style>
 a { background-color: #4666BD; }

 a { background-color: rgb(70,102,189); }

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

border-color css

<style>
 span { border-color: #4666BD; }

 span { border-color: rgb(70,102,189); }

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