Html Css Color HEX #4460CA Free Speech Blue

📋 copy color: '#4460CA'

red 68 ◦ green 96 ◦ blue 202

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

Shades of Free Speech Blue #4460CA

Tints of Free Speech Blue #4460CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

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

R = 18.58%
G = 26.23%
B = 55.19%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4460CA (or 0x4460CA) is known color: Free Speech Blue. HEX triplet: 44, 60 and CA. RGB value is (68,96,202). Sum of RGB (Red+Green+Blue) = 68+96+202=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #4460CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460CA is #BB9F35. Grayscale: #636363. Windows color (decimal): -12295990 or 13262916. OLE color: 13262916.

HSL color Cylindrical-coordinate representation of color #4460CA: hue angle of 227.46º 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 #4460CA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 96 202 -
CMYK 0.66 0.52 0 0.21
HSL 227.46º 0.56% 0.53% -
HSV(B) 227.46º 0.66% 0.79% -
XYZ 17.23 13.86 57.64 -
YUV 99.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 68 96 202 0.66 0.52 0 0.21 227.46 0.56 0.53
Hex 44 60 CA 42 34 0 15 E3 38 35
Octal 104 140 312 102 64 0 25 343 70 65
Binary 1000100 1100000 11001010 1000010 110100 0 10101 11100011 111000 110101

Color Harmonies of #4460CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460CA

Black with #4460CA

Text Example


Text Example

White with #4460CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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