Html Css Color HEX #4593CA Curious Blue

📋 copy color: '#4593CA'

red 69 ◦ green 147 ◦ blue 202

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

Shades of Curious Blue #4593CA

Tints of Curious Blue #4593CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 16.51%
G = 35.17%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4593CA (or 0x4593CA) is known color: Curious Blue. HEX triplet: 45, 93 and CA. RGB value is (69,147,202). Sum of RGB (Red+Green+Blue) = 69+147+202=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #4593CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593CA is #BA6C35. Grayscale: #818181. Windows color (decimal): -12217398 or 13275973. OLE color: 13275973.

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

Color convert

RGB 69 147 202 -
CMYK 0.66 0.27 0 0.21
HSL 204.81º 0.56% 0.53% -
HSV(B) 204.81º 0.66% 0.79% -
XYZ 23.55 26.4 59.73 -
YUV 129.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 69 147 202 0.66 0.27 0 0.21 204.81 0.56 0.53
Hex 45 93 CA 42 1B 0 15 CD 38 35
Octal 105 223 312 102 33 0 25 315 70 65
Binary 1000101 10010011 11001010 1000010 11011 0 10101 11001101 111000 110101

Color Harmonies of #4593CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4593CA

Black with #4593CA

Text Example


Text Example

White with #4593CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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