Html Css Color HEX #4063BC Free Speech Blue

📋 copy color: '#4063BC'

red 64 ◦ green 99 ◦ blue 188

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

Shades of Free Speech Blue #4063BC

Tints of Free Speech Blue #4063BC

RGB

 RED value IS 64 (25.39% from 255) = 18.23%

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 18.23%
G = 28.21%
B = 53.56%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4063BC (or 0x4063BC) is known color: Free Speech Blue. HEX triplet: 40, 63 and BC. RGB value is (64,99,188). Sum of RGB (Red+Green+Blue) = 64+99+188=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #4063BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063BC is #BF9C43. Grayscale: #626262. Windows color (decimal): -12557380 or 12346176. OLE color: 12346176.

HSL color Cylindrical-coordinate representation of color #4063BC: hue angle of 223.06º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4063BC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 99 188 -
CMYK 0.66 0.47 0 0.26
HSL 223.06º 0.49% 0.49% -
HSV(B) 223.06º 0.66% 0.74% -
XYZ 15.65 13.64 49.39 -
YUV 98.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 64 99 188 0.66 0.47 0 0.26 223.06 0.49 0.49
Hex 40 63 BC 42 2F 0 1A DF 31 31
Octal 100 143 274 102 57 0 32 337 61 61
Binary 1000000 1100011 10111100 1000010 101111 0 11010 11011111 110001 110001

Color Harmonies of #4063BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4063BC

Black with #4063BC

Text Example


Text Example

White with #4063BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,99,188); }

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

background-color css

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

 a { background-color: rgb(64,99,188); }

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

border-color css

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

 span { border-color: rgb(64,99,188); }

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