Html Css Color HEX #4A63CC Free Speech Blue

📋 copy color: '#4A63CC'

red 74 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #4A63CC

Tints of Free Speech Blue #4A63CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 19.63%
G = 26.26%
B = 54.11%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A63CC (or 0x4A63CC) is known color: Free Speech Blue. HEX triplet: 4A, 63 and CC. RGB value is (74,99,204). Sum of RGB (Red+Green+Blue) = 74+99+204=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A63CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A63CC is #B59C33. Grayscale: #676767. Windows color (decimal): -11902004 or 13394762. OLE color: 13394762.

HSL color Cylindrical-coordinate representation of color #4A63CC: hue angle of 228.46º 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 #4A63CC is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 99 204 -
CMYK 0.64 0.51 0 0.2
HSL 228.46º 0.56% 0.55% -
HSV(B) 228.46º 0.64% 0.8% -
XYZ 18.18 14.74 59.01 -
YUV 103.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 74 99 204 0.64 0.51 0 0.2 228.46 0.56 0.55
Hex 4A 63 CC 40 33 0 14 E4 38 37
Octal 112 143 314 100 63 0 24 344 70 67
Binary 1001010 1100011 11001100 1000000 110011 0 10100 11100100 111000 110111

Color Harmonies of #4A63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A63CC

Black with #4A63CC

Text Example


Text Example

White with #4A63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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