Html Css Color HEX #4A66BD Free Speech Blue

📋 copy color: '#4A66BD'

red 74 ◦ green 102 ◦ blue 189

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

Shades of Free Speech Blue #4A66BD

Tints of Free Speech Blue #4A66BD

RGB

 RED value IS 74 (29.3% from 255) = 20.27%

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

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

R = 20.27%
G = 27.95%
B = 51.78%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A66BD (or 0x4A66BD) is known color: Free Speech Blue. HEX triplet: 4A, 66 and BD. RGB value is (74,102,189). Sum of RGB (Red+Green+Blue) = 74+102+189=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A66BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66BD is #B59942. Grayscale: #676767. Windows color (decimal): -11901251 or 12412490. OLE color: 12412490.

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

Color convert

RGB 74 102 189 -
CMYK 0.61 0.46 0 0.26
HSL 225.39º 0.47% 0.52% -
HSV(B) 225.39º 0.61% 0.74% -
XYZ 16.76 14.63 50.09 -
YUV 103.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 74 102 189 0.61 0.46 0 0.26 225.39 0.47 0.52
Hex 4A 66 BD 3D 2E 0 1A E1 2F 34
Octal 112 146 275 75 56 0 32 341 57 64
Binary 1001010 1100110 10111101 111101 101110 0 11010 11100001 101111 110100

Color Harmonies of #4A66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A66BD

Black with #4A66BD

Text Example


Text Example

White with #4A66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A66BD; }

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

 H1.HeaderClassName
 {
   color: #4A66BD;
 }
 .AnyTagClassName
 {
   color: #4A66BD;
 }
</style>

background-color css

<style>
 a { background-color: #4A66BD; }

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

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

border-color css

<style>
 span { border-color: #4A66BD; }

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

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