Html Css Color HEX #4486BB Curious Blue

📋 copy color: '#4486BB'

red 68 ◦ green 134 ◦ blue 187

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

Shades of Curious Blue #4486BB

Tints of Curious Blue #4486BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 17.48%
G = 34.45%
B = 48.07%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4486BB (or 0x4486BB) is known color: Curious Blue. HEX triplet: 44, 86 and BB. RGB value is (68,134,187). Sum of RGB (Red+Green+Blue) = 68+134+187=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #4486BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486BB is #BB7944. Grayscale: #787878. Windows color (decimal): -12286277 or 12289604. OLE color: 12289604.

HSL color Cylindrical-coordinate representation of color #4486BB: hue angle of 206.72º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4486BB is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 134 187 -
CMYK 0.64 0.28 0 0.27
HSL 206.72º 0.47% 0.5% -
HSV(B) 206.72º 0.64% 0.73% -
XYZ 19.88 21.87 50.19 -
YUV 120.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 68 134 187 0.64 0.28 0 0.27 206.72 0.47 0.5
Hex 44 86 BB 40 1C 0 1B CF 2F 32
Octal 104 206 273 100 34 0 33 317 57 62
Binary 1000100 10000110 10111011 1000000 11100 0 11011 11001111 101111 110010

Color Harmonies of #4486BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4486BB

Black with #4486BB

Text Example


Text Example

White with #4486BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4486BB; }

 p { color: rgb(68,134,187); }

 H1.HeaderClassName
 {
   color: #4486BB;
 }
 .AnyTagClassName
 {
   color: #4486BB;
 }
</style>

background-color css

<style>
 a { background-color: #4486BB; }

 a { background-color: rgb(68,134,187); }

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

border-color css

<style>
 span { border-color: #4486BB; }

 span { border-color: rgb(68,134,187); }

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