Html Css Color HEX #4590CA Curious Blue

📋 copy color: '#4590CA'

red 69 ◦ green 144 ◦ blue 202

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

Shades of Curious Blue #4590CA

Tints of Curious Blue #4590CA

RGB

 RED value IS 69 (27.34% from 255) = 16.63%

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 16.63%
G = 34.7%
B = 48.67%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4590CA (or 0x4590CA) is known color: Curious Blue. HEX triplet: 45, 90 and CA. RGB value is (69,144,202). Sum of RGB (Red+Green+Blue) = 69+144+202=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #4590CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590CA is #BA6F35. Grayscale: #7F7F7F. Windows color (decimal): -12218166 or 13275205. OLE color: 13275205.

HSL color Cylindrical-coordinate representation of color #4590CA: hue angle of 206.17º 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 #4590CA is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 144 202 -
CMYK 0.66 0.29 0 0.21
HSL 206.17º 0.56% 0.53% -
HSV(B) 206.17º 0.66% 0.79% -
XYZ 23.09 25.48 59.58 -
YUV 128.19 169.65 85.78 -
System Red Green Blue C M Y K H S L
Decimal 69 144 202 0.66 0.29 0 0.21 206.17 0.56 0.53
Hex 45 90 CA 42 1D 0 15 CE 38 35
Octal 105 220 312 102 35 0 25 316 70 65
Binary 1000101 10010000 11001010 1000010 11101 0 10101 11001110 111000 110101

Color Harmonies of #4590CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4590CA

Black with #4590CA

Text Example


Text Example

White with #4590CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,144,202); }

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

background-color css

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

 a { background-color: rgb(69,144,202); }

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

border-color css

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

 span { border-color: rgb(69,144,202); }

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