Html Css Color HEX #4593CC Curious Blue

📋 copy color: '#4593CC'

red 69 ◦ green 147 ◦ blue 204

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

Shades of Curious Blue #4593CC

Tints of Curious Blue #4593CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 16.43%
G = 35%
B = 48.57%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4593CC (or 0x4593CC) is known color: Curious Blue. HEX triplet: 45, 93 and CC. RGB value is (69,147,204). Sum of RGB (Red+Green+Blue) = 69+147+204=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #4593CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593CC is #BA6C33. Grayscale: #818181. Windows color (decimal): -12217396 or 13407045. OLE color: 13407045.

HSL color Cylindrical-coordinate representation of color #4593CC: hue angle of 205.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4593CC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 147 204 -
CMYK 0.66 0.28 0 0.2
HSL 205.33º 0.57% 0.54% -
HSV(B) 205.33º 0.66% 0.8% -
XYZ 23.79 26.49 60.99 -
YUV 130.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 69 147 204 0.66 0.28 0 0.2 205.33 0.57 0.54
Hex 45 93 CC 42 1C 0 14 CD 39 36
Octal 105 223 314 102 34 0 24 315 71 66
Binary 1000101 10010011 11001100 1000010 11100 0 10100 11001101 111001 110110

Color Harmonies of #4593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4593CC

Black with #4593CC

Text Example


Text Example

White with #4593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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