Html Css Color HEX #4465C6 Free Speech Blue

📋 copy color: '#4465C6'

red 68 ◦ green 101 ◦ blue 198

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

Shades of Free Speech Blue #4465C6

Tints of Free Speech Blue #4465C6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 198 (77.73% from 255) = 53.95%

R = 18.53%
G = 27.52%
B = 53.95%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4465C6 (or 0x4465C6) is known color: Free Speech Blue. HEX triplet: 44, 65 and C6. RGB value is (68,101,198). Sum of RGB (Red+Green+Blue) = 68+101+198=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #4465C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465C6 is #BB9A39. Grayscale: #656565. Windows color (decimal): -12294714 or 13002052. OLE color: 13002052.

HSL color Cylindrical-coordinate representation of color #4465C6: hue angle of 224.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4465C6 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 101 198 -
CMYK 0.66 0.49 0 0.22
HSL 224.77º 0.53% 0.52% -
HSV(B) 224.77º 0.66% 0.78% -
XYZ 17.23 14.61 55.34 -
YUV 102.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 68 101 198 0.66 0.49 0 0.22 224.77 0.53 0.52
Hex 44 65 C6 42 31 0 16 E1 35 34
Octal 104 145 306 102 61 0 26 341 65 64
Binary 1000100 1100101 11000110 1000010 110001 0 10110 11100001 110101 110100

Color Harmonies of #4465C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465C6

Black with #4465C6

Text Example


Text Example

White with #4465C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4465C6; }

 p { color: rgb(68,101,198); }

 H1.HeaderClassName
 {
   color: #4465C6;
 }
 .AnyTagClassName
 {
   color: #4465C6;
 }
</style>

background-color css

<style>
 a { background-color: #4465C6; }

 a { background-color: rgb(68,101,198); }

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

border-color css

<style>
 span { border-color: #4465C6; }

 span { border-color: rgb(68,101,198); }

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