Html Css Color HEX #4495CA Curious Blue

📋 copy color: '#4495CA'

red 68 ◦ green 149 ◦ blue 202

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

Shades of Curious Blue #4495CA

Tints of Curious Blue #4495CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 16.23%
G = 35.56%
B = 48.21%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4495CA (or 0x4495CA) is known color: Curious Blue. HEX triplet: 44, 95 and CA. RGB value is (68,149,202). Sum of RGB (Red+Green+Blue) = 68+149+202=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #4495CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495CA is #BB6A35. Grayscale: #828282. Windows color (decimal): -12282422 or 13276484. OLE color: 13276484.

HSL color Cylindrical-coordinate representation of color #4495CA: hue angle of 203.73º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4495CA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 149 202 -
CMYK 0.66 0.26 0 0.21
HSL 203.73º 0.56% 0.53% -
HSV(B) 203.73º 0.66% 0.79% -
XYZ 23.79 26.99 59.83 -
YUV 130.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 68 149 202 0.66 0.26 0 0.21 203.73 0.56 0.53
Hex 44 95 CA 42 1A 0 15 CC 38 35
Octal 104 225 312 102 32 0 25 314 70 65
Binary 1000100 10010101 11001010 1000010 11010 0 10101 11001100 111000 110101

Color Harmonies of #4495CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4495CA

Black with #4495CA

Text Example


Text Example

White with #4495CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4495CA; }

 p { color: rgb(68,149,202); }

 H1.HeaderClassName
 {
   color: #4495CA;
 }
 .AnyTagClassName
 {
   color: #4495CA;
 }
</style>

background-color css

<style>
 a { background-color: #4495CA; }

 a { background-color: rgb(68,149,202); }

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

border-color css

<style>
 span { border-color: #4495CA; }

 span { border-color: rgb(68,149,202); }

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