Html Css Color HEX #4063CA Free Speech Blue

📋 copy color: '#4063CA'

red 64 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Blue #4063CA

Tints of Free Speech Blue #4063CA

RGB

 RED value IS 64 (25.39% from 255) = 17.53%

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

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

R = 17.53%
G = 27.12%
B = 55.34%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4063CA (or 0x4063CA) is known color: Free Speech Blue. HEX triplet: 40, 63 and CA. RGB value is (64,99,202). Sum of RGB (Red+Green+Blue) = 64+99+202=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #4063CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063CA is #BF9C35. Grayscale: #636363. Windows color (decimal): -12557366 or 13263680. OLE color: 13263680.

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

Color convert

RGB 64 99 202 -
CMYK 0.68 0.51 0 0.21
HSL 224.78º 0.57% 0.52% -
HSV(B) 224.78º 0.68% 0.79% -
XYZ 17.24 14.28 57.72 -
YUV 100.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 64 99 202 0.68 0.51 0 0.21 224.78 0.57 0.52
Hex 40 63 CA 44 33 0 15 E1 39 34
Octal 100 143 312 104 63 0 25 341 71 64
Binary 1000000 1100011 11001010 1000100 110011 0 10101 11100001 111001 110100

Color Harmonies of #4063CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4063CA

Black with #4063CA

Text Example


Text Example

White with #4063CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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