Html Css Color HEX #4494BD Curious Blue

📋 copy color: '#4494BD'

red 68 ◦ green 148 ◦ blue 189

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

Shades of Curious Blue #4494BD

Tints of Curious Blue #4494BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 16.79%
G = 36.54%
B = 46.67%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4494BD (or 0x4494BD) is known color: Curious Blue. HEX triplet: 44, 94 and BD. RGB value is (68,148,189). Sum of RGB (Red+Green+Blue) = 68+148+189=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #4494BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494BD is #BB6B42. Grayscale: #808080. Windows color (decimal): -12282691 or 12424260. OLE color: 12424260.

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

Color convert

RGB 68 148 189 -
CMYK 0.64 0.22 0 0.26
HSL 200.33º 0.48% 0.5% -
HSV(B) 200.33º 0.64% 0.74% -
XYZ 22.16 26.08 52.01 -
YUV 128.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 68 148 189 0.64 0.22 0 0.26 200.33 0.48 0.5
Hex 44 94 BD 40 16 0 1A C8 30 32
Octal 104 224 275 100 26 0 32 310 60 62
Binary 1000100 10010100 10111101 1000000 10110 0 11010 11001000 110000 110010

Color Harmonies of #4494BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4494BD

Black with #4494BD

Text Example


Text Example

White with #4494BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4494BD; }

 p { color: rgb(68,148,189); }

 H1.HeaderClassName
 {
   color: #4494BD;
 }
 .AnyTagClassName
 {
   color: #4494BD;
 }
</style>

background-color css

<style>
 a { background-color: #4494BD; }

 a { background-color: rgb(68,148,189); }

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

border-color css

<style>
 span { border-color: #4494BD; }

 span { border-color: rgb(68,148,189); }

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