Html Css Color HEX #4463CA Free Speech Blue

📋 copy color: '#4463CA'

red 68 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Blue #4463CA

Tints of Free Speech Blue #4463CA

RGB

 RED value IS 68 (26.95% from 255) = 18.43%

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 18.43%
G = 26.83%
B = 54.74%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4463CA (or 0x4463CA) is known color: Free Speech Blue. HEX triplet: 44, 63 and CA. RGB value is (68,99,202). Sum of RGB (Red+Green+Blue) = 68+99+202=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #4463CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4463CA is #BB9C35. Grayscale: #656565. Windows color (decimal): -12295222 or 13263684. OLE color: 13263684.

HSL color Cylindrical-coordinate representation of color #4463CA: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4463CA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 99 202 -
CMYK 0.66 0.51 0 0.21
HSL 226.12º 0.56% 0.53% -
HSV(B) 226.12º 0.66% 0.79% -
XYZ 17.51 14.42 57.74 -
YUV 101.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 68 99 202 0.66 0.51 0 0.21 226.12 0.56 0.53
Hex 44 63 CA 42 33 0 15 E2 38 35
Octal 104 143 312 102 63 0 25 342 70 65
Binary 1000100 1100011 11001010 1000010 110011 0 10101 11100010 111000 110101

Color Harmonies of #4463CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4463CA

Black with #4463CA

Text Example


Text Example

White with #4463CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4463CA; }

 p { color: rgb(68,99,202); }

 H1.HeaderClassName
 {
   color: #4463CA;
 }
 .AnyTagClassName
 {
   color: #4463CA;
 }
</style>

background-color css

<style>
 a { background-color: #4463CA; }

 a { background-color: rgb(68,99,202); }

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

border-color css

<style>
 span { border-color: #4463CA; }

 span { border-color: rgb(68,99,202); }

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