Html Css Color HEX #4A42CC Free Speech Blue

📋 copy color: '#4A42CC'

red 74 ◦ green 66 ◦ blue 204

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

Shades of Free Speech Blue #4A42CC

Tints of Free Speech Blue #4A42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 21.51%
G = 19.19%
B = 59.3%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A42CC (or 0x4A42CC) is known color: Free Speech Blue. HEX triplet: 4A, 42 and CC. RGB value is (74,66,204). Sum of RGB (Red+Green+Blue) = 74+66+204=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42CC is #B5BD33. Grayscale: #535353. Windows color (decimal): -11910452 or 13386314. OLE color: 13386314.

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

Color convert

RGB 74 66 204 -
CMYK 0.64 0.68 0 0.2
HSL 243.48º 0.58% 0.53% -
HSV(B) 243.48º 0.68% 0.8% -
XYZ 15.67 9.71 58.18 -
YUV 84.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 74 66 204 0.64 0.68 0 0.2 243.48 0.58 0.53
Hex 4A 42 CC 40 44 0 14 F3 3A 35
Octal 112 102 314 100 104 0 24 363 72 65
Binary 1001010 1000010 11001100 1000000 1000100 0 10100 11110011 111010 110101

Color Harmonies of #4A42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A42CC

Black with #4A42CC

Text Example


Text Example

White with #4A42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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