Html Css Color HEX #4A3BCC Free Speech Blue

📋 copy color: '#4A3BCC'

red 74 ◦ green 59 ◦ blue 204

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

Shades of Free Speech Blue #4A3BCC

Tints of Free Speech Blue #4A3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

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

R = 21.96%
G = 17.51%
B = 60.53%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A3BCC (or 0x4A3BCC) is known color: Free Speech Blue. HEX triplet: 4A, 3B and CC. RGB value is (74,59,204). Sum of RGB (Red+Green+Blue) = 74+59+204=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A3BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3BCC is #B5C433. Grayscale: #4F4F4F. Windows color (decimal): -11912244 or 13384522. OLE color: 13384522.

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

Color convert

RGB 74 59 204 -
CMYK 0.64 0.71 0 0.2
HSL 246.21º 0.59% 0.52% -
HSV(B) 246.21º 0.71% 0.8% -
XYZ 15.29 8.94 58.05 -
YUV 80.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 74 59 204 0.64 0.71 0 0.2 246.21 0.59 0.52
Hex 4A 3B CC 40 47 0 14 F6 3B 34
Octal 112 73 314 100 107 0 24 366 73 64
Binary 1001010 111011 11001100 1000000 1000111 0 10100 11110110 111011 110100

Color Harmonies of #4A3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3BCC

Black with #4A3BCC

Text Example


Text Example

White with #4A3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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