Html Css Color HEX #4494BF Curious Blue

📋 copy color: '#4494BF'

red 68 ◦ green 148 ◦ blue 191

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

Shades of Curious Blue #4494BF

Tints of Curious Blue #4494BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 16.71%
G = 36.36%
B = 46.93%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4494BF (or 0x4494BF) is known color: Curious Blue. HEX triplet: 44, 94 and BF. RGB value is (68,148,191). Sum of RGB (Red+Green+Blue) = 68+148+191=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #4494BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494BF is #BB6B40. Grayscale: #808080. Windows color (decimal): -12282689 or 12555332. OLE color: 12555332.

HSL color Cylindrical-coordinate representation of color #4494BF: hue angle of 200.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4494BF is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 148 191 -
CMYK 0.64 0.23 0 0.25
HSL 200.98º 0.49% 0.51% -
HSV(B) 200.98º 0.64% 0.75% -
XYZ 22.38 26.17 53.16 -
YUV 128.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 68 148 191 0.64 0.23 0 0.25 200.98 0.49 0.51
Hex 44 94 BF 40 17 0 19 C9 31 33
Octal 104 224 277 100 27 0 31 311 61 63
Binary 1000100 10010100 10111111 1000000 10111 0 11001 11001001 110001 110011

Color Harmonies of #4494BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4494BF

Black with #4494BF

Text Example


Text Example

White with #4494BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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