Html Css Color HEX #4494CB Curious Blue

📋 copy color: '#4494CB'

red 68 ◦ green 148 ◦ blue 203

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

Shades of Curious Blue #4494CB

Tints of Curious Blue #4494CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 16.23%
G = 35.32%
B = 48.45%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4494CB (or 0x4494CB) is known color: Curious Blue. HEX triplet: 44, 94 and CB. RGB value is (68,148,203). Sum of RGB (Red+Green+Blue) = 68+148+203=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4494CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494CB is #BB6B34. Grayscale: #828282. Windows color (decimal): -12282677 or 13341764. OLE color: 13341764.

HSL color Cylindrical-coordinate representation of color #4494CB: hue angle of 204.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4494CB is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 148 203 -
CMYK 0.67 0.27 0 0.20
HSL 204.44º 0.56% 0.53% -
HSV(B) 204.44º 0.67% 0.8% -
XYZ 23.75 26.72 60.41 -
YUV 130.35 169 83.53 -
System Red Green Blue C M Y K H S L
Decimal 68 148 203 0.67 0.27 0 0.20 204.44 0.56 0.53
Hex 44 94 CB 43 1B 0 14 CC 38 35
Octal 104 224 313 103 33 0 24 314 70 65
Binary 1000100 10010100 11001011 1000011 11011 0 10100 11001100 111000 110101

Color Harmonies of #4494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4494CB

Black with #4494CB

Text Example


Text Example

White with #4494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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