Html Css Color HEX #4A66CC Free Speech Blue

📋 copy color: '#4A66CC'

red 74 ◦ green 102 ◦ blue 204

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

Shades of Free Speech Blue #4A66CC

Tints of Free Speech Blue #4A66CC

RGB

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

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

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

R = 19.47%
G = 26.84%
B = 53.68%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A66CC (or 0x4A66CC) is known color: Free Speech Blue. HEX triplet: 4A, 66 and CC. RGB value is (74,102,204). Sum of RGB (Red+Green+Blue) = 74+102+204=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A66CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66CC is #B59933. Grayscale: #686868. Windows color (decimal): -11901236 or 13395530. OLE color: 13395530.

HSL color Cylindrical-coordinate representation of color #4A66CC: hue angle of 227.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A66CC is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 102 204 -
CMYK 0.64 0.5 0 0.2
HSL 227.08º 0.56% 0.55% -
HSV(B) 227.08º 0.64% 0.8% -
XYZ 18.47 15.32 59.11 -
YUV 105.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 74 102 204 0.64 0.5 0 0.2 227.08 0.56 0.55
Hex 4A 66 CC 40 32 0 14 E3 38 37
Octal 112 146 314 100 62 0 24 343 70 67
Binary 1001010 1100110 11001100 1000000 110010 0 10100 11100011 111000 110111

Color Harmonies of #4A66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A66CC

Black with #4A66CC

Text Example


Text Example

White with #4A66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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