Html Css Color HEX #4265BC Free Speech Blue

📋 copy color: '#4265BC'

red 66 ◦ green 101 ◦ blue 188

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

Shades of Free Speech Blue #4265BC

Tints of Free Speech Blue #4265BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 18.59%
G = 28.45%
B = 52.96%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4265BC (or 0x4265BC) is known color: Free Speech Blue. HEX triplet: 42, 65 and BC. RGB value is (66,101,188). Sum of RGB (Red+Green+Blue) = 66+101+188=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #4265BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265BC is #BD9A43. Grayscale: #646464. Windows color (decimal): -12425796 or 12346690. OLE color: 12346690.

HSL color Cylindrical-coordinate representation of color #4265BC: hue angle of 222.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4265BC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 101 188 -
CMYK 0.65 0.46 0 0.26
HSL 222.79º 0.48% 0.5% -
HSV(B) 222.79º 0.65% 0.74% -
XYZ 15.98 14.1 49.46 -
YUV 100.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 66 101 188 0.65 0.46 0 0.26 222.79 0.48 0.5
Hex 42 65 BC 41 2E 0 1A DF 30 32
Octal 102 145 274 101 56 0 32 337 60 62
Binary 1000010 1100101 10111100 1000001 101110 0 11010 11011111 110000 110010

Color Harmonies of #4265BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4265BC

Black with #4265BC

Text Example


Text Example

White with #4265BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4265BC; }

 p { color: rgb(66,101,188); }

 H1.HeaderClassName
 {
   color: #4265BC;
 }
 .AnyTagClassName
 {
   color: #4265BC;
 }
</style>

background-color css

<style>
 a { background-color: #4265BC; }

 a { background-color: rgb(66,101,188); }

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

border-color css

<style>
 span { border-color: #4265BC; }

 span { border-color: rgb(66,101,188); }

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