Html Css Color HEX #4259BA Free Speech Blue

📋 copy color: '#4259BA'

red 66 ◦ green 89 ◦ blue 186

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

Shades of Free Speech Blue #4259BA

Tints of Free Speech Blue #4259BA

RGB

 RED value IS 66 (26.17% from 255) = 19.35%

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 19.35%
G = 26.1%
B = 54.55%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4259BA (or 0x4259BA) is known color: Free Speech Blue. HEX triplet: 42, 59 and BA. RGB value is (66,89,186). Sum of RGB (Red+Green+Blue) = 66+89+186=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4259BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259BA is #BDA645. Grayscale: #5C5C5C. Windows color (decimal): -12428870 or 12212546. OLE color: 12212546.

HSL color Cylindrical-coordinate representation of color #4259BA: hue angle of 228.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4259BA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 89 186 -
CMYK 0.65 0.52 0 0.27
HSL 228.5º 0.48% 0.49% -
HSV(B) 228.5º 0.65% 0.73% -
XYZ 14.68 11.85 47.97 -
YUV 93.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 66 89 186 0.65 0.52 0 0.27 228.5 0.48 0.49
Hex 42 59 BA 41 34 0 1B E4 30 31
Octal 102 131 272 101 64 0 33 344 60 61
Binary 1000010 1011001 10111010 1000001 110100 0 11011 11100100 110000 110001

Color Harmonies of #4259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4259BA

Black with #4259BA

Text Example


Text Example

White with #4259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4259BA; }

 p { color: rgb(66,89,186); }

 H1.HeaderClassName
 {
   color: #4259BA;
 }
 .AnyTagClassName
 {
   color: #4259BA;
 }
</style>

background-color css

<style>
 a { background-color: #4259BA; }

 a { background-color: rgb(66,89,186); }

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

border-color css

<style>
 span { border-color: #4259BA; }

 span { border-color: rgb(66,89,186); }

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