Html Css Color HEX #4492BB Curious Blue

📋 copy color: '#4492BB'

red 68 ◦ green 146 ◦ blue 187

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

Shades of Curious Blue #4492BB

Tints of Curious Blue #4492BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 16.96%
G = 36.41%
B = 46.63%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4492BB (or 0x4492BB) is known color: Curious Blue. HEX triplet: 44, 92 and BB. RGB value is (68,146,187). Sum of RGB (Red+Green+Blue) = 68+146+187=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #4492BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492BB is #BB6D44. Grayscale: #7F7F7F. Windows color (decimal): -12283205 or 12292676. OLE color: 12292676.

HSL color Cylindrical-coordinate representation of color #4492BB: hue angle of 200.67º 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 #4492BB is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 146 187 -
CMYK 0.64 0.22 0 0.27
HSL 200.67º 0.47% 0.5% -
HSV(B) 200.67º 0.64% 0.73% -
XYZ 21.63 25.37 50.77 -
YUV 127.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 68 146 187 0.64 0.22 0 0.27 200.67 0.47 0.5
Hex 44 92 BB 40 16 0 1B C9 2F 32
Octal 104 222 273 100 26 0 33 311 57 62
Binary 1000100 10010010 10111011 1000000 10110 0 11011 11001001 101111 110010

Color Harmonies of #4492BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4492BB

Black with #4492BB

Text Example


Text Example

White with #4492BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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