Html Css Color HEX #4469C4 Free Speech Blue

📋 copy color: '#4469C4'

red 68 ◦ green 105 ◦ blue 196

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

Shades of Free Speech Blue #4469C4

Tints of Free Speech Blue #4469C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 196 (76.95% from 255) = 53.12%

R = 18.43%
G = 28.46%
B = 53.12%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4469C4 (or 0x4469C4) is known color: Free Speech Blue. HEX triplet: 44, 69 and C4. RGB value is (68,105,196). Sum of RGB (Red+Green+Blue) = 68+105+196=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #4469C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469C4 is #BB963B. Grayscale: #676767. Windows color (decimal): -12293692 or 12872004. OLE color: 12872004.

HSL color Cylindrical-coordinate representation of color #4469C4: hue angle of 222.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4469C4 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 105 196 -
CMYK 0.65 0.46 0 0.23
HSL 222.66º 0.52% 0.52% -
HSV(B) 222.66º 0.65% 0.77% -
XYZ 17.4 15.32 54.26 -
YUV 104.31 179.74 102.1 -
System Red Green Blue C M Y K H S L
Decimal 68 105 196 0.65 0.46 0 0.23 222.66 0.52 0.52
Hex 44 69 C4 41 2E 0 17 DF 34 34
Octal 104 151 304 101 56 0 27 337 64 64
Binary 1000100 1101001 11000100 1000001 101110 0 10111 11011111 110100 110100

Color Harmonies of #4469C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469C4

Black with #4469C4

Text Example


Text Example

White with #4469C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4469C4; }

 p { color: rgb(68,105,196); }

 H1.HeaderClassName
 {
   color: #4469C4;
 }
 .AnyTagClassName
 {
   color: #4469C4;
 }
</style>

background-color css

<style>
 a { background-color: #4469C4; }

 a { background-color: rgb(68,105,196); }

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

border-color css

<style>
 span { border-color: #4469C4; }

 span { border-color: rgb(68,105,196); }

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